|
||||||||||
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.UICommand
org.openfaces.component.OUICommand
org.openfaces.component.CaptionButton
org.openfaces.component.ToggleCaptionButton
org.openfaces.component.window.MaximizeWindowButton
public class MaximizeWindowButton
Field Summary | |
---|---|
static java.lang.String |
COMPONENT_FAMILY
|
static java.lang.String |
COMPONENT_TYPE
|
Fields inherited from class javax.faces.component.UIComponent |
---|
BEANINFO_KEY, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, VIEW_LOCATION_KEY |
Constructor Summary | |
---|---|
MaximizeWindowButton()
|
Method Summary | |
---|---|
java.lang.String |
getFamily()
|
java.lang.String |
getMaximizeImageUrl()
|
java.lang.String |
getMaximizePressedImageUrl()
|
java.lang.String |
getMaximizeRolloverImageUrl()
|
java.lang.String |
getRestoreImageUrl()
|
java.lang.String |
getRestorePressedImageUrl()
|
java.lang.String |
getRestoreRolloverImageUrl()
|
void |
setMaximizeImageUrl(java.lang.String imageUrl)
|
void |
setMaximizePressedImageUrl(java.lang.String pressedImageUrl)
|
void |
setMaximizeRolloverImageUrl(java.lang.String rolloverImageUrl)
|
void |
setRestoreImageUrl(java.lang.String toggledImageUrl)
|
void |
setRestorePressedImageUrl(java.lang.String toggledPressedImageUrl)
|
void |
setRestoreRolloverImageUrl(java.lang.String toggledRolloverImageUrl)
|
Methods inherited from class org.openfaces.component.ToggleCaptionButton |
---|
getToggledImageUrl, getToggledPressedImageUrl, getToggledRolloverImageUrl, getValueExpression, isToggled, restoreState, saveState, setToggled, setToggledImageUrl, setToggledPressedImageUrl, setToggledRolloverImageUrl, setValueExpression |
Methods inherited from class org.openfaces.component.CaptionButton |
---|
getHint, getImageUrl, getPressedClass, getPressedImageUrl, getPressedStyle, getRolloverImageUrl, setHint, setImageUrl, setPressedClass, setPressedImageUrl, setPressedStyle, setRolloverImageUrl |
Methods inherited from class javax.faces.component.UICommand |
---|
addActionListener, broadcast, getAction, getActionExpression, getActionListener, getActionListeners, getValue, isImmediate, queueEvent, removeActionListener, setAction, setActionExpression, setActionListener, setImmediate, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addClientBehavior, clearInitialState, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, markInitialState, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, subscribeToEvent, unsubscribeFromEvent, visitTree |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
---|
addClientBehavior, getClientBehaviors |
Field Detail |
---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String COMPONENT_FAMILY
Constructor Detail |
---|
public MaximizeWindowButton()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class ToggleCaptionButton
public java.lang.String getRestoreImageUrl()
public void setRestoreImageUrl(java.lang.String toggledImageUrl)
public java.lang.String getRestoreRolloverImageUrl()
public void setRestoreRolloverImageUrl(java.lang.String toggledRolloverImageUrl)
public java.lang.String getRestorePressedImageUrl()
public void setRestorePressedImageUrl(java.lang.String toggledPressedImageUrl)
public java.lang.String getMaximizeImageUrl()
public void setMaximizeImageUrl(java.lang.String imageUrl)
public java.lang.String getMaximizeRolloverImageUrl()
public void setMaximizeRolloverImageUrl(java.lang.String rolloverImageUrl)
public java.lang.String getMaximizePressedImageUrl()
public void setMaximizePressedImageUrl(java.lang.String pressedImageUrl)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |