|
||||||||||
| 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.UIPanel
org.apache.myfaces.tobago.component.UIToolBar
public class UIToolBar
| Field Summary | |
|---|---|
static String |
COMPONENT_TYPE
|
static String |
ICON_BIG
|
static String |
ICON_OFF
|
static String |
ICON_SMALL
|
static String |
LABEL_BOTTOM
|
static String |
LABEL_OFF
|
static String |
LABEL_RIGHT
|
static String |
ORIENTATION_LEFT
|
static String |
ORIENTATION_RIGHT
|
| Fields inherited from class javax.faces.component.UIPanel |
|---|
COMPONENT_FAMILY |
| Constructor Summary | |
|---|---|
UIToolBar()
|
|
| Method Summary | |
|---|---|
String |
getIconSize()
|
String |
getLabelPosition()
|
String |
getOrientation()
|
void |
restoreState(javax.faces.context.FacesContext context,
Object savedState)
|
Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setIconSize(String iconSize)
|
void |
setLabelPosition(String labelPosition)
|
void |
setOrientation(String orientation)
|
| Methods inherited from class javax.faces.component.UIPanel |
|---|
getFamily |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String LABEL_BOTTOM
public static final String LABEL_RIGHT
public static final String LABEL_OFF
public static final String ICON_SMALL
public static final String ICON_BIG
public static final String ICON_OFF
public static final String ORIENTATION_LEFT
public static final String ORIENTATION_RIGHT
public static final String COMPONENT_TYPE
| Constructor Detail |
|---|
public UIToolBar()
| Method Detail |
|---|
public String getLabelPosition()
public void setLabelPosition(String labelPosition)
public String getIconSize()
public void setIconSize(String iconSize)
public String getOrientation()
public void setOrientation(String orientation)
public Object saveState(javax.faces.context.FacesContext context)
saveState in interface javax.faces.component.StateHoldersaveState in class javax.faces.component.UIComponentBase
public void restoreState(javax.faces.context.FacesContext context,
Object savedState)
restoreState in interface javax.faces.component.StateHolderrestoreState in class javax.faces.component.UIComponentBase
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||