|
||||||||||
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.ajax4jsf.component.AjaxActionComponent
org.richfaces.component.UISimpleTogglePanel
public abstract class UISimpleTogglePanel
JSF component class
Field Summary | |
---|---|
static java.lang.String |
AJAX_SWITCH_TYPE
|
static java.lang.String |
CLIENT_SWITCH_TYPE
|
static boolean |
COLLAPSED
|
static java.lang.String |
COMPONENT_FAMILY
|
static boolean |
EXPANDED
|
static java.lang.String |
SERVER_SWITCH_TYPE
|
Fields inherited from class org.ajax4jsf.component.AjaxActionComponent |
---|
FOCUS_DATA_ID |
Fields inherited from class javax.faces.component.UICommand |
---|
COMPONENT_TYPE |
Fields inherited from class javax.faces.component.UIComponent |
---|
bindings |
Fields inherited from interface org.ajax4jsf.component.AjaxComponent |
---|
AJAX_COMPONETT_PARAMETER |
Constructor Summary | |
---|---|
UISimpleTogglePanel()
|
Method Summary | |
---|---|
boolean |
getRendersChildren()
|
abstract java.lang.String |
getSwitchType()
|
boolean |
isOpened()
|
void |
setOpened(boolean opened)
|
abstract void |
setSwitchType(java.lang.String switchType)
|
Methods inherited from class org.ajax4jsf.component.AjaxActionComponent |
---|
addAjaxListener, broadcast, getAjaxListeners, getSingleComponent, queueEvent, removeAjaxListener, setupReRender, setupReRender |
Methods inherited from class javax.faces.component.UICommand |
---|
addActionListener, getAction, getActionExpression, getActionListener, getActionListeners, getFamily, getValue, isImmediate, removeActionListener, restoreState, saveState, setAction, setActionExpression, setActionListener, setImmediate, setValue |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, decode, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getValueBinding, invokeOnComponent, isRendered, isTransient, processDecodes, processRestoreState, processSaveState, processUpdates, processValidators, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
Methods inherited from class javax.faces.component.UIComponent |
---|
encodeAll, getContainerClientId, 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.ajax4jsf.component.AjaxComponent |
---|
getData, getEventsQueue, getFocus, getOnbeforedomupdate, getOncomplete, getProcess, getRequestDelay, getReRender, getStatus, getTimeout, isAjaxSingle, isBypassUpdates, isIgnoreDupResponses, isLimitToList, setAjaxSingle, setBypassUpdates, setData, setEventsQueue, setFocus, setIgnoreDupResponses, setLimitToList, setOnbeforedomupdate, setOncomplete, setProcess, setRequestDelay, setReRender, setStatus, setTimeout |
Methods inherited from interface org.ajax4jsf.event.AjaxSource |
---|
addAjaxListener, getAjaxListeners, removeAjaxListener |
Methods inherited from interface javax.faces.component.ActionSource |
---|
addActionListener, getAction, getActionListener, getActionListeners, isImmediate, removeActionListener, setAction, setActionListener, setImmediate |
Field Detail |
---|
public static final java.lang.String COMPONENT_FAMILY
public static final java.lang.String SERVER_SWITCH_TYPE
public static final java.lang.String CLIENT_SWITCH_TYPE
public static final java.lang.String AJAX_SWITCH_TYPE
public static final boolean COLLAPSED
public static final boolean EXPANDED
Constructor Detail |
---|
public UISimpleTogglePanel()
Method Detail |
---|
public abstract void setSwitchType(java.lang.String switchType)
public abstract java.lang.String getSwitchType()
public void setOpened(boolean opened)
public boolean isOpened()
public boolean getRendersChildren()
getRendersChildren
in class javax.faces.component.UIComponentBase
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |