|
||||||||||
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
public class CaptionButton
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 | |
---|---|
CaptionButton()
|
Method Summary | |
---|---|
java.lang.String |
getFamily()
|
java.lang.String |
getHint()
|
java.lang.String |
getImageUrl()
|
java.lang.String |
getPressedClass()
|
java.lang.String |
getPressedImageUrl()
|
java.lang.String |
getPressedStyle()
|
java.lang.String |
getRolloverImageUrl()
|
void |
restoreState(javax.faces.context.FacesContext context,
java.lang.Object state)
|
java.lang.Object |
saveState(javax.faces.context.FacesContext context)
|
void |
setHint(java.lang.String hint)
|
void |
setImageUrl(java.lang.String imageUrl)
|
void |
setPressedClass(java.lang.String pressedClass)
|
void |
setPressedImageUrl(java.lang.String pressedImageUrl)
|
void |
setPressedStyle(java.lang.String pressedStyle)
|
void |
setRolloverImageUrl(java.lang.String rolloverImageUrl)
|
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, getValueExpression, initialStateMarked, isCompositeComponent, isInView, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, 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 CaptionButton()
Method Detail |
---|
public java.lang.String getFamily()
getFamily
in class OUICommand
public java.lang.String getImageUrl()
public void setImageUrl(java.lang.String imageUrl)
public java.lang.String getPressedStyle()
public void setPressedStyle(java.lang.String pressedStyle)
public java.lang.String getPressedClass()
public void setPressedClass(java.lang.String pressedClass)
public java.lang.String getRolloverImageUrl()
public void setRolloverImageUrl(java.lang.String rolloverImageUrl)
public java.lang.String getPressedImageUrl()
public void setPressedImageUrl(java.lang.String pressedImageUrl)
public java.lang.String getHint()
public void setHint(java.lang.String hint)
public java.lang.Object saveState(javax.faces.context.FacesContext context)
saveState
in interface javax.faces.component.StateHolder
saveState
in class OUICommand
public void restoreState(javax.faces.context.FacesContext context, java.lang.Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class OUICommand
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |