|
||||||||||
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.UIOutput
javax.faces.component.UIInput
org.apache.myfaces.custom.collapsiblepanel.AbstractHtmlCollapsiblePanel
org.apache.myfaces.custom.collapsiblepanel.HtmlCollapsiblePanel
public class HtmlCollapsiblePanel
Field Summary | |
---|---|
static String |
COMPONENT_FAMILY
|
static String |
COMPONENT_TYPE
|
static String |
DEFAULT_RENDERER_TYPE
|
Fields inherited from class javax.faces.component.UIInput |
---|
CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID |
Fields inherited from interface org.apache.myfaces.component.UserRoleAware |
---|
ENABLED_ON_USER_ROLE_ATTR, VISIBLE_ON_USER_ROLE_ATTR |
Constructor Summary | |
---|---|
HtmlCollapsiblePanel()
|
Method Summary | |
---|---|
String |
getDir()
HTML: The direction of text display, either 'ltr' (left-to-right) or 'rtl' (right-to-left). |
String |
getEnabledOnUserRole()
If user is in given role, this component will be rendered normally. |
String |
getFamily()
|
String |
getIndicatorStyle()
HTML: CSS styling instructions for the generated indicator. |
String |
getIndicatorStyleClass()
The CSS class for this element. |
String |
getLang()
HTML: The base language of this document. |
String |
getOnclick()
HTML: Script to be invoked when the element is clicked. |
String |
getOndblclick()
HTML: Script to be invoked when the element is double-clicked. |
String |
getOnkeydown()
HTML: Script to be invoked when a key is pressed down over this element. |
String |
getOnkeypress()
HTML: Script to be invoked when a key is pressed over this element. |
String |
getOnkeyup()
HTML: Script to be invoked when a key is released over this element. |
String |
getOnmousedown()
HTML: Script to be invoked when the pointing device is pressed over this element. |
String |
getOnmousemove()
HTML: Script to be invoked when the pointing device is moved while it is in this element. |
String |
getOnmouseout()
HTML: Script to be invoked when the pointing device is moves out of this element. |
String |
getOnmouseover()
HTML: Script to be invoked when the pointing device is moved into this element. |
String |
getOnmouseup()
HTML: Script to be invoked when the pointing device is released over this element. |
String |
getStyle()
HTML: CSS styling instructions. |
String |
getStyleClass()
The CSS class for this element. |
String |
getTitle()
HTML: An advisory title for this element. |
String |
getTitleStyle()
HTML: CSS styling instructions for the generated title. |
String |
getTitleStyleClass()
The CSS class for this element. |
String |
getTitleVar()
This variable is defined to hold the value of the title component - you can use it for accessing this value in custom headers you define in a facet with name 'header'. |
String |
getVar()
The variable which you can use to check for the collapsed state of the enclosing component. |
String |
getVisibleOnUserRole()
If user is in given role, this component will be rendered normally. |
void |
restoreState(javax.faces.context.FacesContext facesContext,
Object state)
|
Object |
saveState(javax.faces.context.FacesContext facesContext)
|
void |
setDir(String dir)
|
void |
setEnabledOnUserRole(String enabledOnUserRole)
|
void |
setIndicatorStyle(String indicatorStyle)
|
void |
setIndicatorStyleClass(String indicatorStyleClass)
|
void |
setLang(String lang)
|
void |
setOnclick(String onclick)
|
void |
setOndblclick(String ondblclick)
|
void |
setOnkeydown(String onkeydown)
|
void |
setOnkeypress(String onkeypress)
|
void |
setOnkeyup(String onkeyup)
|
void |
setOnmousedown(String onmousedown)
|
void |
setOnmousemove(String onmousemove)
|
void |
setOnmouseout(String onmouseout)
|
void |
setOnmouseover(String onmouseover)
|
void |
setOnmouseup(String onmouseup)
|
void |
setStyle(String style)
|
void |
setStyleClass(String styleClass)
|
void |
setTitle(String title)
|
void |
setTitleStyle(String titleStyle)
|
void |
setTitleStyleClass(String titleStyleClass)
|
void |
setTitleVar(String titleVar)
|
void |
setVar(String var)
|
void |
setVisibleOnUserRole(String visibleOnUserRole)
|
Methods inherited from class org.apache.myfaces.custom.collapsiblepanel.AbstractHtmlCollapsiblePanel |
---|
encodeChildren, getClientId, getClosedContent, getHeader, getValidator, getValueChangeListener, isCollapsed, isCollapsed, isCurrentlyCollapsed, isImmediate, isRequired, processDecodes, processUpdates, processValidators, setClosedContent, setCurrentlyCollapsed, setHeader, updateModel |
Methods inherited from class javax.faces.component.UIInput |
---|
addValidator, addValueChangeListener, broadcast, compareValues, decode, getConvertedValue, getSubmittedValue, getValidators, getValue, getValueChangeListeners, isLocalValueSet, isValid, removeValidator, removeValueChangeListener, setImmediate, setLocalValueSet, setRequired, setSubmittedValue, setValid, setValidator, setValue, setValueChangeListener, validate, validateValue |
Methods inherited from class javax.faces.component.UIOutput |
---|
getConverter, getLocalValue, setConverter |
Methods inherited from class javax.faces.component.UIComponentBase |
---|
addFacesListener, encodeBegin, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getFacesContext, getFacesListeners, getFacet, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, isRendered, isTransient, processRestoreState, processSaveState, 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 |
Methods inherited from interface javax.faces.component.ValueHolder |
---|
getConverter, getLocalValue, setConverter |
Field Detail |
---|
public static final String COMPONENT_FAMILY
public static final String COMPONENT_TYPE
public static final String DEFAULT_RENDERER_TYPE
Constructor Detail |
---|
public HtmlCollapsiblePanel()
Method Detail |
---|
public String getFamily()
getFamily
in class javax.faces.component.UIInput
public String getVar()
AbstractHtmlCollapsiblePanel
getVar
in class AbstractHtmlCollapsiblePanel
public void setVar(String var)
public String getTitleVar()
AbstractHtmlCollapsiblePanel
getTitleVar
in class AbstractHtmlCollapsiblePanel
public void setTitleVar(String titleVar)
public String getIndicatorStyleClass()
AbstractHtmlCollapsiblePanel
getIndicatorStyleClass
in class AbstractHtmlCollapsiblePanel
public void setIndicatorStyleClass(String indicatorStyleClass)
public String getIndicatorStyle()
AbstractHtmlCollapsiblePanel
getIndicatorStyle
in class AbstractHtmlCollapsiblePanel
public void setIndicatorStyle(String indicatorStyle)
public String getTitleStyleClass()
AbstractHtmlCollapsiblePanel
getTitleStyleClass
in class AbstractHtmlCollapsiblePanel
public void setTitleStyleClass(String titleStyleClass)
public String getTitleStyle()
AbstractHtmlCollapsiblePanel
getTitleStyle
in class AbstractHtmlCollapsiblePanel
public void setTitleStyle(String titleStyle)
public String getOnclick()
EventAware
public void setOnclick(String onclick)
public String getOndblclick()
EventAware
public void setOndblclick(String ondblclick)
public String getOnkeydown()
EventAware
public void setOnkeydown(String onkeydown)
public String getOnkeypress()
EventAware
public void setOnkeypress(String onkeypress)
public String getOnkeyup()
EventAware
public void setOnkeyup(String onkeyup)
public String getOnmousedown()
EventAware
public void setOnmousedown(String onmousedown)
public String getOnmousemove()
EventAware
public void setOnmousemove(String onmousemove)
public String getOnmouseout()
EventAware
public void setOnmouseout(String onmouseout)
public String getOnmouseover()
EventAware
public void setOnmouseover(String onmouseover)
public String getOnmouseup()
EventAware
public void setOnmouseup(String onmouseup)
public String getEnabledOnUserRole()
UserRoleAware
public void setEnabledOnUserRole(String enabledOnUserRole)
public String getVisibleOnUserRole()
UserRoleAware
public void setVisibleOnUserRole(String visibleOnUserRole)
public String getDir()
UniversalProperties
public void setDir(String dir)
public String getLang()
UniversalProperties
public void setLang(String lang)
public String getTitle()
UniversalProperties
public void setTitle(String title)
public String getStyle()
StyleAware
public void setStyle(String style)
public String getStyleClass()
StyleAware
public void setStyleClass(String styleClass)
public Object saveState(javax.faces.context.FacesContext facesContext)
saveState
in interface javax.faces.component.StateHolder
saveState
in class javax.faces.component.UIInput
public void restoreState(javax.faces.context.FacesContext facesContext, Object state)
restoreState
in interface javax.faces.component.StateHolder
restoreState
in class javax.faces.component.UIInput
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |