|
||||||||||
| 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.UISelectItem
org.rcfaces.core.internal.component.CameliaItemComponent
org.rcfaces.core.component.AbstractItemComponent
org.rcfaces.core.component.SelectItemComponent
org.rcfaces.core.component.UIImageItemComponent
org.rcfaces.core.component.ExpandableItemComponent
org.rcfaces.core.component.TreeNodeComponent
public class TreeNodeComponent
A node belonging to a tree.
| Field Summary | |
|---|---|
protected static Set |
CAMELIA_ATTRIBUTES
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.rcfaces.core.internal.component.CameliaItemComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UISelectItem |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Fields inherited from interface org.rcfaces.core.component.capability.IInputTypeCapability |
|---|
AS_CHECK_BUTTON, AS_DROP_DOWN_MENU, AS_PUSH_BUTTON, AS_RADIO_BUTTON, AS_RESET_BUTTON, AS_SEPARATOR, AS_SUBMIT_BUTTON |
| Constructor Summary | |
|---|---|
TreeNodeComponent()
|
|
TreeNodeComponent(String componentId)
|
|
| Method Summary | |
|---|---|
protected Set |
getCameliaFields()
|
int |
getDragEffects()
|
int |
getDragEffects(FacesContext facesContext)
See getDragEffects() for more details |
String[] |
getDragTypes()
|
String[] |
getDragTypes(FacesContext facesContext)
See getDragTypes() for more details |
int |
getDropEffects()
|
int |
getDropEffects(FacesContext facesContext)
See getDropEffects() for more details |
String[] |
getDropTypes()
|
String[] |
getDropTypes(FacesContext facesContext)
See getDropTypes() for more details |
String |
getGroupName()
Returns a string specifying the name of the virtual entity that links different components together. |
String |
getGroupName(FacesContext facesContext)
See getGroupName() for more details |
int |
getInputType()
|
int |
getInputType(FacesContext facesContext)
See getInputType() for more details |
String |
getMenuPopupId()
|
String |
getMenuPopupId(FacesContext facesContext)
See getMenuPopupId() for more details |
String |
getStyleClass()
Returns the style class of the component. |
String |
getStyleClass(FacesContext facesContext)
See getStyleClass() for more details |
TreeComponent |
getTree()
|
boolean |
isDragEffectsSetted()
Returns true if the attribute "dragEffects" is set. |
boolean |
isDraggable()
|
boolean |
isDraggable(FacesContext facesContext)
See isDraggable() for more details |
boolean |
isDraggableSetted()
Returns true if the attribute "draggable" is set. |
boolean |
isDragTypesSetted()
Returns true if the attribute "dragTypes" is set. |
boolean |
isDropEffectsSetted()
Returns true if the attribute "dropEffects" is set. |
boolean |
isDroppable()
|
boolean |
isDroppable(FacesContext facesContext)
See isDroppable() for more details |
boolean |
isDroppableSetted()
Returns true if the attribute "droppable" is set. |
boolean |
isDropTypesSetted()
Returns true if the attribute "dropTypes" is set. |
boolean |
isExpanded()
|
boolean |
isExpanded(FacesContext context)
|
boolean |
isGroupNameSetted()
Returns true if the attribute "groupName" is set. |
boolean |
isInputTypeSetted()
Returns true if the attribute "inputType" is set. |
boolean |
isMenuPopupIdSetted()
Returns true if the attribute "menuPopupId" is set. |
boolean |
isStyleClassSetted()
Returns true if the attribute "styleClass" is set. |
void |
setDragEffects(int dragEffects)
|
void |
setDragEffects(String dragEffects)
|
void |
setDraggable(boolean draggable)
|
void |
setDragTypes(String dragTypes)
|
void |
setDragTypes(String[] dragTypes)
|
void |
setDropEffects(int dropEffects)
|
void |
setDropEffects(String dropEffects)
|
void |
setDroppable(boolean droppable)
|
void |
setDropTypes(String dropTypes)
|
void |
setDropTypes(String[] dropTypes)
|
void |
setExpanded(boolean expanded)
|
void |
setExpanded(FacesContext context,
boolean expanded)
|
void |
setGroupName(String groupName)
Sets a string specifying the name of the virtual entity that links different components together. |
void |
setInputType(int inputType)
|
void |
setInputType(String inputType)
|
void |
setMenuPopupId(String menuPopupId)
|
void |
setStyleClass(String styleClass)
Specify the style class of the component. |
| Methods inherited from class org.rcfaces.core.component.ExpandableItemComponent |
|---|
getBackgroundColor, getBackgroundColor, getExpandedImageURL, getExpandedImageURL, getForegroundColor, getForegroundColor, getText, isBackgroundColorSetted, isExpandedImageURLSetted, isForegroundColorSetted, isTextSetted, setBackgroundColor, setExpandedImageURL, setForegroundColor, setText, setValueExpression |
| Methods inherited from class org.rcfaces.core.component.SelectItemComponent |
|---|
getToolTip, getToolTipText, getToolTipText, isToolTipTextSetted, setToolTip, setToolTipText |
| Methods inherited from class org.rcfaces.core.internal.component.CameliaItemComponent |
|---|
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, toString, updatePhase, validationPhase, verifyAsyncDecode |
| Methods inherited from class javax.faces.component.UISelectItem |
|---|
getItemDescription, getItemLabel, getItemValue, getValue, isItemDisabled, isItemEscaped, setItemDescription, setItemDisabled, setItemEscaped, setItemLabel, setItemValue, setValue |
| 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.component.capability.IStatesImageCapability |
|---|
getDisabledImageURL, getHoverImageURL, getSelectedImageURL, setDisabledImageURL, setHoverImageURL, setSelectedImageURL |
| Methods inherited from interface org.rcfaces.core.component.capability.IImageCapability |
|---|
getImageAccessors, getImageURL, setImageURL |
| 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 TreeNodeComponent()
public TreeNodeComponent(String componentId)
| Method Detail |
|---|
public void setInputType(String inputType)
public void setDragEffects(String dragEffects)
public void setDragTypes(String dragTypes)
public void setDropEffects(String dropEffects)
public void setDropTypes(String dropTypes)
public void setExpanded(boolean expanded)
public void setExpanded(FacesContext context,
boolean expanded)
public boolean isExpanded()
public boolean isExpanded(FacesContext context)
public TreeComponent getTree()
public String getGroupName()
IRadioGroupCapability
getGroupName in interface IRadioGroupCapabilitypublic String getGroupName(FacesContext facesContext)
getGroupName() for more details
public final boolean isGroupNameSetted()
true if the attribute "groupName" is set.
true if the attribute is set.public void setGroupName(String groupName)
IRadioGroupCapability
setGroupName in interface IRadioGroupCapabilitygroupName - group namepublic String getStyleClass()
IStyleClassCapability
getStyleClass in interface IStyleClassCapabilitypublic String getStyleClass(FacesContext facesContext)
getStyleClass() for more details
public final boolean isStyleClassSetted()
true if the attribute "styleClass" is set.
true if the attribute is set.public void setStyleClass(String styleClass)
IStyleClassCapability
setStyleClass in interface IStyleClassCapabilitystyleClass - style classpublic String getMenuPopupId()
getMenuPopupId in interface IMenuPopupIdCapabilitypublic String getMenuPopupId(FacesContext facesContext)
getMenuPopupId() for more details
public final boolean isMenuPopupIdSetted()
true if the attribute "menuPopupId" is set.
true if the attribute is set.public void setMenuPopupId(String menuPopupId)
setMenuPopupId in interface IMenuPopupIdCapabilitypublic int getInputType()
getInputType in interface IInputTypeCapabilitypublic int getInputType(FacesContext facesContext)
getInputType() for more details
public final boolean isInputTypeSetted()
true if the attribute "inputType" is set.
true if the attribute is set.public void setInputType(int inputType)
setInputType in interface IInputTypeCapabilitypublic int getDragEffects()
getDragEffects in interface IDraggableCapabilitypublic int getDragEffects(FacesContext facesContext)
getDragEffects() for more details
public final boolean isDragEffectsSetted()
true if the attribute "dragEffects" is set.
true if the attribute is set.public void setDragEffects(int dragEffects)
setDragEffects in interface IDraggableCapabilitypublic String[] getDragTypes()
getDragTypes in interface IDraggableCapabilitypublic String[] getDragTypes(FacesContext facesContext)
getDragTypes() for more details
public final boolean isDragTypesSetted()
true if the attribute "dragTypes" is set.
true if the attribute is set.public void setDragTypes(String[] dragTypes)
setDragTypes in interface IDraggableCapabilitypublic boolean isDraggable()
isDraggable in interface IDraggableCapabilitypublic boolean isDraggable(FacesContext facesContext)
isDraggable() for more details
public final boolean isDraggableSetted()
true if the attribute "draggable" is set.
true if the attribute is set.public void setDraggable(boolean draggable)
setDraggable in interface IDraggableCapabilitypublic int getDropEffects()
getDropEffects in interface IDroppableCapabilitypublic int getDropEffects(FacesContext facesContext)
getDropEffects() for more details
public final boolean isDropEffectsSetted()
true if the attribute "dropEffects" is set.
true if the attribute is set.public void setDropEffects(int dropEffects)
setDropEffects in interface IDroppableCapabilitypublic String[] getDropTypes()
getDropTypes in interface IDroppableCapabilitypublic String[] getDropTypes(FacesContext facesContext)
getDropTypes() for more details
public final boolean isDropTypesSetted()
true if the attribute "dropTypes" is set.
true if the attribute is set.public void setDropTypes(String[] dropTypes)
setDropTypes in interface IDroppableCapabilitypublic boolean isDroppable()
isDroppable in interface IDroppableCapabilitypublic boolean isDroppable(FacesContext facesContext)
isDroppable() for more details
public final boolean isDroppableSetted()
true if the attribute "droppable" is set.
true if the attribute is set.public void setDroppable(boolean droppable)
setDroppable in interface IDroppableCapabilityprotected Set getCameliaFields()
getCameliaFields in class ExpandableItemComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||