|
||||||||||
| 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
org.rcfaces.core.internal.component.CameliaBaseComponent
org.rcfaces.core.component.AbstractBasicComponent
org.rcfaces.core.component.ToolFolderComponent
public class ToolFolderComponent
EXPERIMENTAL
| Field Summary | |
|---|---|
protected static Set |
CAMELIA_ATTRIBUTES
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.rcfaces.core.internal.component.CameliaBaseComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Fields inherited from interface org.rcfaces.core.component.capability.IBorderTypeCapability |
|---|
NONE_BORDER_TYPE_NAME |
| Fields inherited from interface org.rcfaces.core.component.capability.IHiddenModeCapability |
|---|
CLIENT_HIDDEN_MODE, DEFAULT_HIDDEN_MODE, IGNORE_HIDDEN_MODE, PHANTOM_HIDDEN_MODE, SERVER_HIDDEN_MODE |
| Constructor Summary | |
|---|---|
ToolFolderComponent()
|
|
ToolFolderComponent(String componentId)
|
|
| Method Summary | |
|---|---|
void |
addDoubleClickListener(IDoubleClickListener listener)
Adds a listener to the component for the doubleClick event |
void |
addInitListener(IInitListener listener)
Adds a listener to the component for the init event |
void |
addMouseOutListener(IMouseOutListener listener)
Adds a listener to the component for the mouseOut event |
void |
addMouseOverListener(IMouseOverListener listener)
Adds a listener to the component for the mouseOver event |
String |
getBorderType()
Returns a string that indicates the type of border the component should show. |
String |
getBorderType(FacesContext facesContext)
See getBorderType() for more details |
protected Set |
getCameliaFields()
|
IMenuComponent |
getMenu()
Returns the top-most menu associated to the component. |
IMenuComponent |
getMenu(String menuId)
Returns the menu identified by its id from the menus associated to the component. |
ToolBarComponent |
getToolBar()
|
String |
getVerticalAlignment()
Returns vertical alignment. |
String |
getVerticalAlignment(FacesContext facesContext)
See getVerticalAlignment() for more details |
boolean |
isBorderTypeSetted()
Returns true if the attribute "borderType" is set. |
boolean |
isVerticalAlignmentSetted()
Returns true if the attribute "verticalAlignment" is set. |
FacesListener[] |
listDoubleClickListeners()
Returns a list of doubleClick listener for the component |
FacesListener[] |
listInitListeners()
Returns a list of init listener for the component |
IMenuIterator |
listMenus()
Returns a list of all the menus associated to the component. |
FacesListener[] |
listMouseOutListeners()
Returns a list of mouseOut listener for the component |
FacesListener[] |
listMouseOverListeners()
Returns a list of mouseOver listener for the component |
void |
removeDoubleClickListener(IDoubleClickListener listener)
Removes a listener from the component for the doubleClick event |
void |
removeInitListener(IInitListener listener)
Removes a listener from the component for the init event |
void |
removeMouseOutListener(IMouseOutListener listener)
Removes a listener from the component for the mouseOut event |
void |
removeMouseOverListener(IMouseOverListener listener)
Removes a listener from the component for the mouseOver event |
void |
setBorderType(String borderType)
Sets a string that indicates the type of border the component should show. |
void |
setVerticalAlignment(String verticalAlignment)
Specifies vertical alignment. |
| Methods inherited from class org.rcfaces.core.internal.component.CameliaBaseComponent |
|---|
clearListeners, confirmListenerAppend, constructPhase, constructTemplate, decodePhase, encodeBegin, encodeChildren, encodeEnd, getAsyncRenderer, getCameliaValueAlias, getChildren, getChildrenListState, getFamily, getRendererType, getTransientAttribute, getValueExpression, hasDefaultProperties, initializeComponent, initializePhase, isClientRendered, isRendered, isTemplateComponent, processDecodes, processEngineUpdates, processEngineValidators, processUpdates, processValidators, queueEvent, renderPhase, restoreState, saveState, setDefaultProperties, setRendered, setTransientAttribute, setValueExpression, toString, updatePhase, validationPhase, verifyAsyncDecode |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, decode, findComponent, getAttributes, getChildCount, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendersChildren, getValueBinding, invokeOnComponent, isTransient, processRestoreState, processSaveState, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getContainerClientId |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.rcfaces.core.internal.manager.IContainerManager |
|---|
getChildCount |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
protected static final Set CAMELIA_ATTRIBUTES
| Constructor Detail |
|---|
public ToolFolderComponent()
public ToolFolderComponent(String componentId)
| Method Detail |
|---|
public ToolBarComponent getToolBar()
public final void addInitListener(IInitListener listener)
IInitEventCapability
addInitListener in interface IInitEventCapabilitylistener - the init listener to addpublic final void removeInitListener(IInitListener listener)
IInitEventCapability
removeInitListener in interface IInitEventCapabilitylistener - the init listener to removepublic final FacesListener[] listInitListeners()
IInitEventCapability
listInitListeners in interface IInitEventCapabilitypublic IMenuComponent getMenu()
IMenuCapability
getMenu in interface IMenuCapabilitypublic IMenuComponent getMenu(String menuId)
IMenuCapability
getMenu in interface IMenuCapabilitymenuId - Id for a particular menu
public IMenuIterator listMenus()
IMenuCapability
listMenus in interface IMenuCapabilitypublic final void addMouseOutListener(IMouseOutListener listener)
IMouseEventCapability
addMouseOutListener in interface IMouseEventCapabilitylistener - the mouseOut listener to addpublic final void removeMouseOutListener(IMouseOutListener listener)
IMouseEventCapability
removeMouseOutListener in interface IMouseEventCapabilitylistener - the mouseOut listener to removepublic final FacesListener[] listMouseOutListeners()
IMouseEventCapability
listMouseOutListeners in interface IMouseEventCapabilitypublic final void addMouseOverListener(IMouseOverListener listener)
IMouseEventCapability
addMouseOverListener in interface IMouseEventCapabilitylistener - the mouseOver listener to addpublic final void removeMouseOverListener(IMouseOverListener listener)
IMouseEventCapability
removeMouseOverListener in interface IMouseEventCapabilitylistener - the mouseOver listener to removepublic final FacesListener[] listMouseOverListeners()
IMouseEventCapability
listMouseOverListeners in interface IMouseEventCapabilitypublic final void addDoubleClickListener(IDoubleClickListener listener)
IDoubleClickEventCapability
addDoubleClickListener in interface IDoubleClickEventCapabilitylistener - the doubleClick listener to addpublic final void removeDoubleClickListener(IDoubleClickListener listener)
IDoubleClickEventCapability
removeDoubleClickListener in interface IDoubleClickEventCapabilitylistener - the doubleClick listener to removepublic final FacesListener[] listDoubleClickListeners()
IDoubleClickEventCapability
listDoubleClickListeners in interface IDoubleClickEventCapabilitypublic String getVerticalAlignment()
IVerticalAlignmentCapability
getVerticalAlignment in interface IVerticalAlignmentCapabilitypublic String getVerticalAlignment(FacesContext facesContext)
getVerticalAlignment() for more details
public final boolean isVerticalAlignmentSetted()
true if the attribute "verticalAlignment" is set.
true if the attribute is set.public void setVerticalAlignment(String verticalAlignment)
IVerticalAlignmentCapability
setVerticalAlignment in interface IVerticalAlignmentCapabilityverticalAlignment - vertical alignmentpublic String getBorderType()
IBorderTypeCapability
getBorderType in interface IBorderTypeCapabilitypublic String getBorderType(FacesContext facesContext)
getBorderType() for more details
public final boolean isBorderTypeSetted()
true if the attribute "borderType" is set.
true if the attribute is set.public void setBorderType(String borderType)
IBorderTypeCapability
setBorderType in interface IBorderTypeCapabilityborderType - none|solid|relief|flat|roundedprotected Set getCameliaFields()
getCameliaFields in class AbstractBasicComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||