|
||||||||||
| 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
org.rcfaces.core.component.TextEditorToolFolderComponent
public class TextEditorToolFolderComponent
| 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 javax.faces.component.NamingContainer |
|---|
SEPARATOR_CHAR |
| 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 | |
|---|---|
TextEditorToolFolderComponent()
|
|
TextEditorToolFolderComponent(String componentId)
|
|
| Method Summary | |
|---|---|
protected Set |
getCameliaFields()
|
String |
getFontNames()
|
String |
getFontNames(FacesContext facesContext)
|
String |
getFontSizes()
|
String |
getFontSizes(FacesContext facesContext)
|
String |
getFor()
|
String |
getFor(FacesContext facesContext)
|
String |
getItemTypes()
|
String |
getItemTypes(FacesContext facesContext)
|
boolean |
isFontNamesSetted()
Returns true if the attribute "fontNames" is set. |
boolean |
isFontSizesSetted()
Returns true if the attribute "fontSizes" is set. |
boolean |
isForSetted()
Returns true if the attribute "for" is set. |
boolean |
isItemTypesSetted()
Returns true if the attribute "itemTypes" is set. |
void |
setFontNames(String fontNames)
|
void |
setFontSizes(String fontSizes)
|
void |
setFor(String forVal)
|
void |
setItemTypes(String itemTypes)
|
| 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 TextEditorToolFolderComponent()
public TextEditorToolFolderComponent(String componentId)
| Method Detail |
|---|
public String getItemTypes()
public String getItemTypes(FacesContext facesContext)
public void setItemTypes(String itemTypes)
public boolean isItemTypesSetted()
true if the attribute "itemTypes" is set.
true if the attribute is set.public String getFontSizes()
public String getFontSizes(FacesContext facesContext)
public void setFontSizes(String fontSizes)
public boolean isFontSizesSetted()
true if the attribute "fontSizes" is set.
true if the attribute is set.public String getFontNames()
public String getFontNames(FacesContext facesContext)
public void setFontNames(String fontNames)
public boolean isFontNamesSetted()
true if the attribute "fontNames" is set.
true if the attribute is set.public String getFor()
public String getFor(FacesContext facesContext)
public void setFor(String forVal)
public boolean isForSetted()
true if the attribute "for" is set.
true if the attribute is set.protected Set getCameliaFields()
getCameliaFields in class ToolFolderComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||