|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.faces.component.UIComponent
javax.faces.component.UIComponentBase
javax.faces.component.UIForm
org.apache.myfaces.tobago.internal.component.AbstractUIForm
org.apache.myfaces.tobago.internal.component.AbstractUIPage
org.apache.myfaces.tobago.component.UIPage
public class UIPage
Renders a page element.
UIComponent class, generated from template component1.2.stg with class
PageTagDeclaration.
| Field Summary | |
|---|---|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIPage |
|---|
FORM_ACCEPT_CHARSET |
| Fields inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIForm |
|---|
SUBMITTED_MARKER |
| Fields inherited from class javax.faces.component.UIForm |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Fields inherited from interface org.apache.myfaces.tobago.component.OnComponentPopulated |
|---|
MARKER |
| Fields inherited from interface javax.faces.component.NamingContainer |
|---|
SEPARATOR_CHAR |
| Constructor Summary | |
|---|---|
UIPage()
|
|
| Method Summary | |
|---|---|
String |
getApplicationIcon()
Absolute URL to an image or image name to lookup in tobago resource path representing the application. |
Measure |
getBorderBottom()
This attribute is for internal use only. |
Measure |
getBorderLeft()
This attribute is for internal use only. |
Measure |
getBorderRight()
This attribute is for internal use only. |
Measure |
getBorderTop()
This attribute is for internal use only. |
Integer |
getColumnSpan()
|
Measure |
getCurrentHeight()
This value will usually be set by the layout manager. |
Markup |
getCurrentMarkup()
|
Measure |
getCurrentWidth()
This value will usually be set by the layout manager. |
Display |
getDisplay()
This attribute is for internal use only. |
String |
getFocusId()
Contains the id of the component which should have the focus after loading the page. |
Measure |
getHeight()
The height of the component in the UI. |
Integer |
getHorizontalIndex()
This attribute is for internal use only. |
String |
getLabel()
Text value to display as label. |
Measure |
getLeft()
This value will usually be set by the layout manager. |
Measure |
getMarginBottom()
|
Measure |
getMarginLeft()
|
Measure |
getMarginRight()
|
Measure |
getMarginTop()
|
Markup |
getMarkup()
|
Measure |
getMaximumHeight()
|
Measure |
getMaximumWidth()
|
Measure |
getMinimumHeight()
|
Measure |
getMinimumWidth()
|
Measure |
getPaddingBottom()
This attribute is for internal use only. |
Measure |
getPaddingLeft()
This attribute is for internal use only. |
Measure |
getPaddingRight()
This attribute is for internal use only. |
Measure |
getPaddingTop()
This attribute is for internal use only. |
Measure |
getPreferredHeight()
|
Measure |
getPreferredWidth()
|
Integer |
getRowSpan()
|
Object |
getState()
Deprecated. |
Measure |
getTop()
This value will usually be set by the layout manager. |
Integer |
getVerticalIndex()
This attribute is for internal use only. |
Measure |
getWidth()
The width of the component in the UI. |
boolean |
isOverflowX()
This attribute is for internal use only. |
boolean |
isOverflowY()
This attribute is for internal use only. |
void |
restoreState(javax.faces.context.FacesContext context,
Object componentState)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setApplicationIcon(String applicationIcon)
|
void |
setBorderBottom(Measure borderBottom)
|
void |
setBorderLeft(Measure borderLeft)
|
void |
setBorderRight(Measure borderRight)
|
void |
setBorderTop(Measure borderTop)
|
void |
setColumnSpan(Integer columnSpan)
|
void |
setCurrentHeight(Measure currentHeight)
|
void |
setCurrentMarkup(Markup currentMarkup)
|
void |
setCurrentWidth(Measure currentWidth)
|
void |
setDisplay(Display display)
|
void |
setFocusId(String focusId)
|
void |
setHeight(Measure height)
|
void |
setHorizontalIndex(Integer horizontalIndex)
|
void |
setLabel(String label)
|
void |
setLeft(Measure left)
|
void |
setMarginBottom(Measure marginBottom)
|
void |
setMarginLeft(Measure marginLeft)
|
void |
setMarginRight(Measure marginRight)
|
void |
setMarginTop(Measure marginTop)
|
void |
setMarkup(Markup markup)
|
void |
setMaximumHeight(Measure maximumHeight)
|
void |
setMaximumWidth(Measure maximumWidth)
|
void |
setMinimumHeight(Measure minimumHeight)
|
void |
setMinimumWidth(Measure minimumWidth)
|
void |
setOverflowX(boolean overflowX)
|
void |
setOverflowY(boolean overflowY)
|
void |
setPaddingBottom(Measure paddingBottom)
|
void |
setPaddingLeft(Measure paddingLeft)
|
void |
setPaddingRight(Measure paddingRight)
|
void |
setPaddingTop(Measure paddingTop)
|
void |
setPreferredHeight(Measure preferredHeight)
|
void |
setPreferredWidth(Measure preferredWidth)
|
void |
setRowSpan(Integer rowSpan)
|
void |
setState(Object state)
Deprecated. |
void |
setTop(Measure top)
|
void |
setVerticalIndex(Integer verticalIndex)
|
void |
setWidth(Measure width)
|
| Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIPage |
|---|
encodeBegin, encodeChildren, encodeEnd, getActionId, getActionPosition, getComponents, getDefaultActionId, getFormId, getLayoutManager, getPageState, getPostfields, getRendersChildren, isLayoutChildren, markSubmittedForm, onComponentPopulated, processDecodes, processUpdates, setActionId, setActionPosition, setDefaultActionId, setLayoutManager, updatePageState |
| Methods inherited from class org.apache.myfaces.tobago.internal.component.AbstractUIForm |
|---|
invokeOnComponent, processValidators, setSubmitted |
| Methods inherited from class javax.faces.component.UIForm |
|---|
getContainerClientId, getFamily, isPrependId, isSubmitted, setPrependId |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getValueExpression, setValueExpression |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.apache.myfaces.tobago.config.Configurable |
|---|
getRendererType |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public UIPage()
| Method Detail |
|---|
public Markup getMarkup()
getMarkup in interface SupportsMarkuppublic void setMarkup(Markup markup)
setMarkup in interface SupportsMarkuppublic Measure getMarginLeft()
getMarginLeft in interface LayoutBasepublic void setMarginLeft(Measure marginLeft)
setMarginLeft in interface LayoutBase@Deprecated public Object getState()
@Deprecated public void setState(Object state)
public Measure getMinimumHeight()
getMinimumHeight in interface LayoutBasepublic void setMinimumHeight(Measure minimumHeight)
setMinimumHeight in interface LayoutBasepublic String getFocusId()
public void setFocusId(String focusId)
public Measure getBorderLeft()
getBorderLeft in interface LayoutBoxpublic void setBorderLeft(Measure borderLeft)
setBorderLeft in interface LayoutBoxpublic Measure getHeight()
getHeight in interface DeprecatedDimensiongetHeight in interface LayoutBasegetHeight in class AbstractUIPagepublic void setHeight(Measure height)
setHeight in interface DeprecatedDimensionsetHeight in interface LayoutBasepublic Measure getMinimumWidth()
getMinimumWidth in interface LayoutBasepublic void setMinimumWidth(Measure minimumWidth)
setMinimumWidth in interface LayoutBasepublic boolean isOverflowX()
isOverflowX in interface LayoutContainerpublic void setOverflowX(boolean overflowX)
setOverflowX in interface LayoutContainerpublic Integer getRowSpan()
public void setRowSpan(Integer rowSpan)
public boolean isOverflowY()
isOverflowY in interface LayoutContainerpublic void setOverflowY(boolean overflowY)
setOverflowY in interface LayoutContainerpublic Measure getLeft()
getLeft in interface LayoutBasepublic void setLeft(Measure left)
setLeft in interface LayoutBasepublic Integer getColumnSpan()
public void setColumnSpan(Integer columnSpan)
public Measure getBorderRight()
getBorderRight in interface LayoutBoxpublic void setBorderRight(Measure borderRight)
setBorderRight in interface LayoutBoxpublic Measure getPaddingBottom()
getPaddingBottom in interface LayoutBoxpublic void setPaddingBottom(Measure paddingBottom)
setPaddingBottom in interface LayoutBoxpublic Measure getMaximumHeight()
getMaximumHeight in interface LayoutBasepublic void setMaximumHeight(Measure maximumHeight)
setMaximumHeight in interface LayoutBasepublic Measure getTop()
getTop in interface LayoutBasepublic void setTop(Measure top)
setTop in interface LayoutBasepublic Measure getCurrentWidth()
getCurrentWidth in interface LayoutBasepublic void setCurrentWidth(Measure currentWidth)
setCurrentWidth in interface LayoutBasepublic Measure getPaddingTop()
getPaddingTop in interface LayoutBoxpublic void setPaddingTop(Measure paddingTop)
setPaddingTop in interface LayoutBoxpublic Measure getMarginTop()
getMarginTop in interface LayoutBasepublic void setMarginTop(Measure marginTop)
setMarginTop in interface LayoutBasepublic Measure getMarginRight()
getMarginRight in interface LayoutBasepublic void setMarginRight(Measure marginRight)
setMarginRight in interface LayoutBasepublic Measure getWidth()
getWidth in interface DeprecatedDimensiongetWidth in interface LayoutBasegetWidth in class AbstractUIPagepublic void setWidth(Measure width)
setWidth in interface DeprecatedDimensionsetWidth in interface LayoutBasepublic Measure getCurrentHeight()
getCurrentHeight in interface LayoutBasepublic void setCurrentHeight(Measure currentHeight)
setCurrentHeight in interface LayoutBasepublic Measure getPreferredHeight()
getPreferredHeight in interface LayoutBasepublic void setPreferredHeight(Measure preferredHeight)
setPreferredHeight in interface LayoutBasepublic Display getDisplay()
public void setDisplay(Display display)
public String getLabel()
public void setLabel(String label)
public Measure getBorderBottom()
getBorderBottom in interface LayoutBoxpublic void setBorderBottom(Measure borderBottom)
setBorderBottom in interface LayoutBoxpublic Measure getMaximumWidth()
getMaximumWidth in interface LayoutBasepublic void setMaximumWidth(Measure maximumWidth)
setMaximumWidth in interface LayoutBasepublic Measure getPaddingLeft()
getPaddingLeft in interface LayoutBoxpublic void setPaddingLeft(Measure paddingLeft)
setPaddingLeft in interface LayoutBoxpublic Measure getPaddingRight()
getPaddingRight in interface LayoutBoxpublic void setPaddingRight(Measure paddingRight)
setPaddingRight in interface LayoutBoxpublic Measure getPreferredWidth()
getPreferredWidth in interface LayoutBasepublic void setPreferredWidth(Measure preferredWidth)
setPreferredWidth in interface LayoutBasepublic Measure getMarginBottom()
getMarginBottom in interface LayoutBasepublic void setMarginBottom(Measure marginBottom)
setMarginBottom in interface LayoutBasepublic Measure getBorderTop()
getBorderTop in interface LayoutBoxpublic void setBorderTop(Measure borderTop)
setBorderTop in interface LayoutBoxpublic Integer getVerticalIndex()
public void setVerticalIndex(Integer verticalIndex)
public Markup getCurrentMarkup()
getCurrentMarkup in interface SupportsMarkupgetCurrentMarkup in interface Configurablepublic void setCurrentMarkup(Markup currentMarkup)
setCurrentMarkup in interface SupportsMarkuppublic String getApplicationIcon()
public void setApplicationIcon(String applicationIcon)
public Integer getHorizontalIndex()
public void setHorizontalIndex(Integer horizontalIndex)
public void restoreState(javax.faces.context.FacesContext context,
Object componentState)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIFormpublic Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIForm
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||