|
||||||||||
| 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
org.rcfaces.core.internal.component.CameliaOutputComponent
org.rcfaces.core.component.AbstractOutputComponent
org.rcfaces.core.component.FieldSetComponent
public class FieldSetComponent
The fieldSet Component is a container with a title (text and/or picture).
The fieldSet Component has the following capabilities :
The default fieldSet renderer is link to the f_fieldSet javascript class. f_fieldSet extends f_component, fa_overStyleClass
Table of component style classes :
| Style Name | Description |
|---|---|
| f_fieldSet | Defines styles for the wrapper DIV element |
| f_fieldSet_cellBody | Edit style of fieldSet body |
| fb_rounded | The border rouned style class (contains the title) |
| Field Summary | |
|---|---|
protected static Set |
CAMELIA_ATTRIBUTES
|
protected static String |
CAMELIA_VALUE_ALIAS
|
static String |
COMPONENT_TYPE
|
| Fields inherited from class org.rcfaces.core.internal.component.CameliaOutputComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UIOutput |
|---|
COMPONENT_FAMILY |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Fields inherited from interface org.rcfaces.core.component.capability.ITextDirectionCapability |
|---|
DEFAULT_TEXT_DIRECTION, LEFT_TO_RIGHT_TEXT_DIRECTION, RIGHT_LEFT_TEXT_DIRECTION |
| 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 | |
|---|---|
FieldSetComponent()
|
|
FieldSetComponent(String componentId)
|
|
| Method Summary | |
|---|---|
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()
|
protected String |
getCameliaValueAlias()
|
Boolean |
getFontBold()
Returns a boolean object (or null) indicating the bold property for the specified font. |
Boolean |
getFontBold(FacesContext facesContext)
See getFontBold() for more details |
Boolean |
getFontItalic()
Returns a boolean object (or null) indicating the italic property for the specified font. |
Boolean |
getFontItalic(FacesContext facesContext)
See getFontItalic() for more details |
String |
getFontName()
Returns a string value indicating the name of the font used for this component. |
String |
getFontName(FacesContext facesContext)
See getFontName() for more details |
String |
getFontSize()
Returns a string indicating the size to use for the selected font. |
String |
getFontSize(FacesContext facesContext)
See getFontSize() for more details |
Boolean |
getFontUnderline()
Returns a boolean object (or null) indicating the underline property for the specified font. |
Boolean |
getFontUnderline(FacesContext facesContext)
See getFontUnderline() for more details |
IContentAccessors |
getImageAccessors()
Returns ImageAccessors associated to the url. |
IContentAccessors |
getImageAccessors(FacesContext facesContext)
|
int |
getImageHeight()
Returns an int value specifying the height (in pixels) to use for the image shown. |
int |
getImageHeight(FacesContext facesContext)
See getImageHeight() for more details |
String |
getImageURL()
Returns the URL of the image. |
String |
getImageURL(FacesContext facesContext)
See getImageURL() for more details |
int |
getImageWidth()
Returns an int value specifying the width (in pixels) to use for the image shown. |
int |
getImageWidth(FacesContext facesContext)
See getImageWidth() for more details |
String |
getOverStyleClass()
|
String |
getOverStyleClass(FacesContext facesContext)
See getOverStyleClass() for more details |
Object |
getScopeValue()
|
Object |
getScopeValue(FacesContext facesContext)
See getScopeValue() for more details |
String |
getScopeVar()
|
String |
getScopeVar(FacesContext facesContext)
See getScopeVar() for more details |
String |
getText()
Returns a string value specifying the text shown. |
String |
getText(FacesContext facesContext)
See getText() for more details |
String |
getTextAlignment()
Returns horizontal alignment. |
String |
getTextAlignment(FacesContext facesContext)
See getTextAlignment() for more details |
int |
getTextDirection()
|
int |
getTextDirection(FacesContext facesContext)
See getTextDirection() for more details |
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 |
isFontBoldSetted()
Returns true if the attribute "fontBold" is set. |
boolean |
isFontItalicSetted()
Returns true if the attribute "fontItalic" is set. |
boolean |
isFontNameSetted()
Returns true if the attribute "fontName" is set. |
boolean |
isFontSizeSetted()
Returns true if the attribute "fontSize" is set. |
boolean |
isFontUnderlineSetted()
Returns true if the attribute "fontUnderline" is set. |
boolean |
isImageHeightSetted()
Returns true if the attribute "imageHeight" is set. |
boolean |
isImageURLSetted()
Returns true if the attribute "imageURL" is set. |
boolean |
isImageWidthSetted()
Returns true if the attribute "imageWidth" is set. |
boolean |
isOverStyleClassSetted()
Returns true if the attribute "overStyleClass" is set. |
boolean |
isScopeSaveValue()
|
boolean |
isScopeSaveValue(FacesContext facesContext)
See isScopeSaveValue() for more details |
boolean |
isScopeSaveValueSetted()
Returns true if the attribute "scopeSaveValue" is set. |
boolean |
isScopeValueSetted()
Returns true if the attribute "scopeValue" is set. |
boolean |
isScopeVarSetted()
Returns true if the attribute "scopeVar" is set. |
boolean |
isTextAlignmentSetted()
Returns true if the attribute "textAlignment" is set. |
boolean |
isTextDirectionSetted()
Returns true if the attribute "textDirection" is set. |
boolean |
isTextSetted()
Returns true if the attribute "text" is set. |
boolean |
isVerticalAlignmentSetted()
Returns true if the attribute "verticalAlignment" is set. |
void |
setBorderType(String borderType)
Sets a string that indicates the type of border the component should show. |
void |
setFontBold(Boolean fontBold)
Sets a boolean object (or null) indicating the bold property for the specified font. |
void |
setFontItalic(Boolean fontItalic)
Sets a boolean object (or null) indicating the italic property for the specified font. |
void |
setFontName(String fontName)
Sets a string value indicating the name of the font used for this component. |
void |
setFontSize(String fontSize)
Sets a string indicating the size to use for the selected font. |
void |
setFontUnderline(Boolean fontUnderline)
Sets a boolean object (or null) indicating the underline property for the specified font. |
void |
setImageHeight(int imageHeight)
Sets an int value specifying the height (in pixels) to use for the image shown. |
void |
setImageURL(String imageURL)
Specify the URL of the image. |
void |
setImageWidth(int imageWidth)
Sets an int value specifying the width (in pixels) to use for the image shown. |
void |
setOverStyleClass(String overStyleClass)
|
void |
setScopeSaveValue(boolean scopeSaveValue)
|
void |
setScopeValue(Object scopeValue)
|
void |
setScopeVar(String scopeVar)
|
void |
setText(String text)
Sets a string value specifying the text to be shown. |
void |
setTextAlignment(String textAlignment)
Specifies horizontal alignment. |
void |
setTextDirection(int textDirection)
|
void |
setVerticalAlignment(String verticalAlignment)
Specifies vertical alignment. |
| Methods inherited from class org.rcfaces.core.internal.component.CameliaOutputComponent |
|---|
clearListeners, confirmListenerAppend, constructPhase, constructTemplate, decodePhase, encodeBegin, encodeChildren, encodeEnd, getAsyncRenderer, getChildren, getChildrenListState, getFamily, getRendererType, getTransientAttribute, getValueExpression, hasDefaultProperties, initializeComponent, initializePhase, isClientRendered, isRendered, isTemplateComponent, processDecodes, processEngineUpdates, processEngineValidators, processUpdates, processValidators, queueEvent, renderPhase, restoreState, saveState, setConverter, setConverter, setDefaultProperties, setRendered, setTransientAttribute, setValueExpression, toString, updatePhase, validationPhase, verifyAsyncDecode |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, getValue, setConverter, 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.internal.manager.IContainerManager |
|---|
getChildCount |
| Methods inherited from interface javax.faces.component.ValueHolder |
|---|
getConverter, getLocalValue, getValue, setConverter, setValue |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
protected static final Set CAMELIA_ATTRIBUTES
protected static final String CAMELIA_VALUE_ALIAS
| Constructor Detail |
|---|
public FieldSetComponent()
public FieldSetComponent(String componentId)
| Method Detail |
|---|
public IContentAccessors getImageAccessors(FacesContext facesContext)
getImageAccessors in interface org.rcfaces.core.internal.capability.IImageAccessorsCapabilitypublic Boolean getFontBold()
IFontCapability
getFontBold in interface IFontCapabilitypublic Boolean getFontBold(FacesContext facesContext)
getFontBold() for more details
public final boolean isFontBoldSetted()
true if the attribute "fontBold" is set.
true if the attribute is set.public void setFontBold(Boolean fontBold)
IFontCapability
setFontBold in interface IFontCapabilityfontBold - True|False|nullpublic Boolean getFontItalic()
IFontCapability
getFontItalic in interface IFontCapabilitypublic Boolean getFontItalic(FacesContext facesContext)
getFontItalic() for more details
public final boolean isFontItalicSetted()
true if the attribute "fontItalic" is set.
true if the attribute is set.public void setFontItalic(Boolean fontItalic)
IFontCapability
setFontItalic in interface IFontCapabilityfontItalic - True|False|nullpublic String getFontName()
IFontCapability
getFontName in interface IFontCapabilitypublic String getFontName(FacesContext facesContext)
getFontName() for more details
public final boolean isFontNameSetted()
true if the attribute "fontName" is set.
true if the attribute is set.public void setFontName(String fontName)
IFontCapability
setFontName in interface IFontCapabilityfontName - font namepublic String getFontSize()
IFontCapability
getFontSize in interface IFontCapabilitypublic String getFontSize(FacesContext facesContext)
getFontSize() for more details
public final boolean isFontSizeSetted()
true if the attribute "fontSize" is set.
true if the attribute is set.public void setFontSize(String fontSize)
IFontCapability
setFontSize in interface IFontCapabilityfontSize - xx-small|x-small|small|medium|large|x-large|xx-large|smaller|larger|length
for example 10px|%public Boolean getFontUnderline()
IFontCapability
getFontUnderline in interface IFontCapabilitypublic Boolean getFontUnderline(FacesContext facesContext)
getFontUnderline() for more details
public final boolean isFontUnderlineSetted()
true if the attribute "fontUnderline" is set.
true if the attribute is set.public void setFontUnderline(Boolean fontUnderline)
IFontCapability
setFontUnderline in interface IFontCapabilityfontUnderline - True|False|nullpublic String getText()
ITextCapability
getText in interface ITextCapabilitypublic String getText(FacesContext facesContext)
getText() for more details
public final boolean isTextSetted()
true if the attribute "text" is set.
true if the attribute is set.public void setText(String text)
ITextCapability
setText in interface ITextCapabilitytext - textpublic int getTextDirection()
getTextDirection in interface ITextDirectionCapabilitypublic int getTextDirection(FacesContext facesContext)
getTextDirection() for more details
public final boolean isTextDirectionSetted()
true if the attribute "textDirection" is set.
true if the attribute is set.public void setTextDirection(int textDirection)
setTextDirection in interface ITextDirectionCapabilitypublic String getTextAlignment()
ITextAlignmentCapability
getTextAlignment in interface ITextAlignmentCapabilitypublic String getTextAlignment(FacesContext facesContext)
getTextAlignment() for more details
public final boolean isTextAlignmentSetted()
true if the attribute "textAlignment" is set.
true if the attribute is set.public void setTextAlignment(String textAlignment)
ITextAlignmentCapability
setTextAlignment in interface ITextAlignmentCapabilitytextAlignment - text alignmentpublic 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|roundedpublic String getImageURL()
IImageCapability
getImageURL in interface IImageCapabilitypublic String getImageURL(FacesContext facesContext)
getImageURL() for more details
public final boolean isImageURLSetted()
true if the attribute "imageURL" is set.
true if the attribute is set.public void setImageURL(String imageURL)
IImageCapability
setImageURL in interface IImageCapabilitypublic IContentAccessors getImageAccessors()
IImageCapability
getImageAccessors in interface IImageCapabilitypublic int getImageHeight()
IImageSizeCapability
getImageHeight in interface IImageSizeCapabilitypublic int getImageHeight(FacesContext facesContext)
getImageHeight() for more details
public final boolean isImageHeightSetted()
true if the attribute "imageHeight" is set.
true if the attribute is set.public void setImageHeight(int imageHeight)
IImageSizeCapability
setImageHeight in interface IImageSizeCapabilityimageHeight - image height in pixelspublic int getImageWidth()
IImageSizeCapability
getImageWidth in interface IImageSizeCapabilitypublic int getImageWidth(FacesContext facesContext)
getImageWidth() for more details
public final boolean isImageWidthSetted()
true if the attribute "imageWidth" is set.
true if the attribute is set.public void setImageWidth(int imageWidth)
IImageSizeCapability
setImageWidth in interface IImageSizeCapabilityimageWidth - image width in pixelspublic boolean isScopeSaveValue()
isScopeSaveValue in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic boolean isScopeSaveValue(FacesContext facesContext)
isScopeSaveValue() for more details
public final boolean isScopeSaveValueSetted()
true if the attribute "scopeSaveValue" is set.
true if the attribute is set.public void setScopeSaveValue(boolean scopeSaveValue)
setScopeSaveValue in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic Object getScopeValue()
getScopeValue in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic Object getScopeValue(FacesContext facesContext)
getScopeValue() for more details
public final boolean isScopeValueSetted()
true if the attribute "scopeValue" is set.
true if the attribute is set.public void setScopeValue(Object scopeValue)
setScopeValue in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic String getScopeVar()
getScopeVar in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic String getScopeVar(FacesContext facesContext)
getScopeVar() for more details
public final boolean isScopeVarSetted()
true if the attribute "scopeVar" is set.
true if the attribute is set.public void setScopeVar(String scopeVar)
setScopeVar in interface org.rcfaces.core.internal.capability.IVariableScopeCapabilitypublic String getOverStyleClass()
getOverStyleClass in interface IOverStyleClassCapabilitypublic String getOverStyleClass(FacesContext facesContext)
getOverStyleClass() for more details
public final boolean isOverStyleClassSetted()
true if the attribute "overStyleClass" is set.
true if the attribute is set.public void setOverStyleClass(String overStyleClass)
setOverStyleClass in interface IOverStyleClassCapabilityprotected Set getCameliaFields()
getCameliaFields in class AbstractOutputComponentprotected String getCameliaValueAlias()
getCameliaValueAlias in class org.rcfaces.core.internal.component.CameliaOutputComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||