|
||||||||||
| 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.rcfaces.core.internal.component.CameliaInputComponent
org.rcfaces.core.component.AbstractInputComponent
org.rcfaces.core.component.NumberEntryComponent
public class NumberEntryComponent
NOT COMPLETE
| 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.CameliaInputComponent |
|---|
engine |
| Fields inherited from class javax.faces.component.UIInput |
|---|
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
bindings |
| Fields inherited from interface org.rcfaces.core.component.capability.INumberFormatTypeCapability |
|---|
CURRENCY_FORMAT_TYPE, CURRENCY_FORMAT_TYPE_NAME, INTEGER_FORMAT_TYPE, INTEGER_FORMAT_TYPE_NAME, NUMBER_FORMAT_TYPE, NUMBER_FORMAT_TYPE_NAME, PERCENT_FORMAT_TYPE, PERCENT_FORMAT_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 | |
|---|---|
NumberEntryComponent()
|
|
NumberEntryComponent(String componentId)
|
|
| Method Summary | |
|---|---|
void |
addSelectionListener(ISelectionListener listener)
Adds a listener to the component for the selection event |
void |
addValueChangeListener(ValueChangeListener listener)
Adds a listener to the component for the valueChange event |
String |
getAlternateText()
|
String |
getAlternateText(FacesContext facesContext)
See getAlternateText() for more details |
protected Set |
getCameliaFields()
|
protected String |
getCameliaValueAlias()
|
Map |
getClientValidationParametersMap()
|
Map |
getClientValidationParametersMap(FacesContext facesContext)
|
Locale |
getComponentLocale()
Returns the locale defined for the component |
Locale |
getComponentLocale(FacesContext facesContext)
See getComponentLocale() for more details |
Number |
getDefaultNumber()
Returns the default value. |
Number |
getDefaultNumber(FacesContext facesContext)
Returns the default value. |
String |
getErrorStyleClass()
Returns a space-separated list of CSS style class(es) to be applied for error messages. |
String |
getErrorStyleClass(FacesContext facesContext)
See getErrorStyleClass() for more details |
String |
getFatalStyleClass()
Returns a space-separated list of CSS style class(es) to be applied for fatal messages. |
String |
getFatalStyleClass(FacesContext facesContext)
See getFatalStyleClass() for more details |
String |
getFocusStyleClass()
Returns the style class of the component. |
String |
getFocusStyleClass(FacesContext facesContext)
See getFocusStyleClass() for more details |
int |
getFractionDigits()
Returns an int value indicating the number of digits to show after the decimal separator. |
int |
getFractionDigits(FacesContext facesContext)
Returns an int value indicating the number of digits to show after the decimal separator. |
String |
getFractionStep()
Experimental Do not use. |
String |
getFractionStep(FacesContext facesContext)
Experimental Do not use. |
String |
getInfoStyleClass()
Returns a space-separated list of CSS style class(es) to be applied for info messages. |
String |
getInfoStyleClass(FacesContext facesContext)
See getInfoStyleClass() for more details |
int |
getIntegerDigits()
Returns an int value indicating the number of digits to show before the decimal separator. |
int |
getIntegerDigits(FacesContext facesContext)
Returns an int value indicating the number of digits to show before the decimal separator. |
String |
getIntegerStep()
Returns an int value specifying the step used for the integer field when increasing/decreasing the value with the up/down arrows. |
String |
getIntegerStep(FacesContext facesContext)
Returns an int value specifying the step used for the integer field when increasing/decreasing the value with the up/down arrows. |
Locale |
getLiteralLocale()
Returns the locale defined for literal attributes. |
Locale |
getLiteralLocale(FacesContext facesContext)
See getLiteralLocale() for more details |
Number |
getMaximum()
Returns an int value specifying the upper limit for the value of the component. |
Number |
getMaximum(FacesContext facesContext)
Returns an int value specifying the upper limit for the value of the component. |
Number |
getMinimum()
|
Number |
getMinimum(FacesContext facesContext)
|
Number |
getNumber()
|
String |
getNumberFormat()
Returns a string value specifying the format to use (compliant with java format). |
String |
getNumberFormat(FacesContext facesContext)
Returns a string value specifying the format to use (compliant with java format). |
int |
getNumberFormatType()
Returns a int value specifying the data type. |
int |
getNumberFormatType(FacesContext facesContext)
See getNumberFormatType() for more details |
String |
getValidationParameter(String name)
|
String |
getValidationParameter(String name,
FacesContext facesContext)
|
int |
getValidationParametersCount()
|
int |
getValidationParametersCount(FacesContext facesContext)
|
Map |
getValidationParametersMap()
|
Map |
getValidationParametersMap(FacesContext facesContext)
|
String |
getWarnStyleClass()
Returns a space-separated list of CSS style class(es) to be applied for warning messages. |
String |
getWarnStyleClass(FacesContext facesContext)
See getWarnStyleClass() for more details |
boolean |
isAlternateTextSetted()
Returns true if the attribute "alternateText" is set. |
boolean |
isAutoCompletion()
Returns a boolean value indicating if the component should complete automaticaly the user entry. |
boolean |
isAutoCompletion(FacesContext facesContext)
Returns a boolean value indicating if the component should complete automaticaly the user entry. |
boolean |
isAutoCompletionSetted()
Returns true if the attribute "autoCompletion" is set. |
boolean |
isAutoTab()
Returns a boolean value indicating if the focus should move automatically to the next element when the entry is completed. |
boolean |
isAutoTab(FacesContext facesContext)
See isAutoTab() for more details |
boolean |
isAutoTabSetted()
Returns true if the attribute "autoTab" is set. |
boolean |
isClientSideValidationParameter(String name)
|
boolean |
isClientSideValidationParameter(String name,
FacesContext facesContext)
|
boolean |
isComponentLocaleSetted()
Returns true if the attribute "componentLocale" is set. |
boolean |
isDefaultNumberSetted()
Returns true if the attribute "defaultNumber" is set. |
boolean |
isErrorStyleClassSetted()
Returns true if the attribute "errorStyleClass" is set. |
boolean |
isFatalStyleClassSetted()
Returns true if the attribute "fatalStyleClass" is set. |
boolean |
isFocusStyleClassSetted()
Returns true if the attribute "focusStyleClass" is set. |
boolean |
isFractionDigitsSetted()
Returns true if the attribute "fractionDigits" is set. |
boolean |
isFractionStepSetted()
Returns true if the attribute "fractionStep" is set. |
boolean |
isInfoStyleClassSetted()
Returns true if the attribute "infoStyleClass" is set. |
boolean |
isIntegerDigitsSetted()
Returns true if the attribute "integerDigits" is set. |
boolean |
isIntegerStepSetted()
Returns true if the attribute "integerStep" is set. |
boolean |
isLiteralLocaleSetted()
Returns true if the attribute "literalLocale" is set. |
boolean |
isMaximumSetted()
Returns true if the attribute "maximum" is set. |
boolean |
isMinimumSetted()
Returns true if the attribute "minimum" is set. |
boolean |
isNumberFormatSetted()
Returns true if the attribute "numberFormat" is set. |
boolean |
isNumberFormatTypeSetted()
Returns true if the attribute "numberFormatType" is set. |
boolean |
isReadOnly()
Returns a boolean value indicating that this component will prohibit changes by the user. |
boolean |
isReadOnly(FacesContext facesContext)
See isReadOnly() for more details |
boolean |
isReadOnlySetted()
Returns true if the attribute "readOnly" is set. |
boolean |
isWarnStyleClassSetted()
Returns true if the attribute "warnStyleClass" is set. |
FacesListener[] |
listSelectionListeners()
Returns a list of selection listener for the component |
FacesListener[] |
listValueChangeListeners()
Returns a list of valueChange listener for the component |
void |
removeSelectionListener(ISelectionListener listener)
Removes a listener from the component for the selection event |
String |
removeValidationParameter(String name)
|
void |
removeValueChangeListener(ValueChangeListener listener)
Removes a listener from the component for the valueChange event |
void |
setAlternateText(String alternateText)
|
void |
setAutoCompletion(boolean autoCompletion)
Sets a boolean value indicating if the component should complete automaticaly the user entry. |
void |
setAutoTab(boolean autoTab)
Sets a boolean value indicating if the focus should move automatically to the next element when the entry is completed. |
void |
setComponentLocale(Locale componentLocale)
Sets the locale for the component |
void |
setComponentLocale(String locale)
|
void |
setDefaultNumber(Number defaultNumber)
Sets the default value. |
void |
setDefaultNumber(String number)
|
void |
setErrorStyleClass(String errorStyleClass)
Sets a space-separated list of CSS style class(es) to be applied for error messages. |
void |
setFatalStyleClass(String fatalStyleClass)
Sets a space-separated list of CSS style class(es) to be applied for fatal messages. |
void |
setFocusStyleClass(String focusStyleClass)
Specify the style class of the component. |
void |
setFractionDigits(int fractionDigits)
Sets an int value indicating the number of digits to show after the decimal separator. |
void |
setFractionStep(String fractionStep)
Experimental Do not use. |
void |
setInfoStyleClass(String infoStyleClass)
Sets a space-separated list of CSS style class(es) to be applied for info messages. |
void |
setIntegerDigits(int integerDigits)
Sets an int value indicating the number of digits to show before the decimal separator. |
void |
setIntegerStep(String integerStep)
Sets an int value specifying the step used for the integer field when increasing/decreasing the value with the up/down arrows. |
void |
setLiteralLocale(Locale literalLocale)
Sets the locale for literal attributes. |
void |
setLiteralLocale(String locale)
|
void |
setMaximum(Number maximum)
Sets an int value specifying the upper limit for the value of the component. |
void |
setMaximum(String number)
|
void |
setMinimum(Number minimum)
|
void |
setMinimum(String number)
|
void |
setNumber(double number)
|
void |
setNumber(long number)
|
void |
setNumber(String number)
|
void |
setNumberFormat(String numberFormat)
Sets a string value specifying the format to use (compliant with java format). |
void |
setNumberFormatType(int numberFormatType)
Sets a int value specifying the data type. |
void |
setNumberFormatType(String formatType)
|
void |
setReadOnly(boolean readOnly)
Sets a boolean value indicating that this component will prohibit changes by the user. |
String |
setValidationParameter(String name,
String value,
boolean client)
|
void |
setValidationParameter(String name,
javax.el.ValueExpression value,
boolean client)
|
void |
setValue(Object value)
|
void |
setWarnStyleClass(String warnStyleClass)
Sets a space-separated list of CSS style class(es) to be applied for warning messages. |
| Methods inherited from class org.rcfaces.core.internal.component.CameliaInputComponent |
|---|
broadcast, clearListeners, confirmListenerAppend, constructPhase, constructTemplate, decodePhase, encodeBegin, encodeChildren, encodeEnd, getAsyncRenderer, getChildren, getChildrenListState, getConvertedValue, getFamily, getLocalValue, getRendererType, getSubmittedExternalValue, getTransientAttribute, getValue, getValueExpression, hasDefaultProperties, initializeComponent, initializePhase, isClientRendered, isRendered, isSubmittedValueSetted, isTemplateComponent, processDecodes, processEngineUpdates, processEngineValidators, processUpdates, processValidators, queueEvent, renderPhase, restoreState, saveState, setConverter, setConverter, setDefaultProperties, setRendered, setSubmittedExternalValue, setTransientAttribute, setValueExpression, toString, updatePhase, validationPhase, verifyAsyncDecode |
| Methods inherited from class javax.faces.component.UIInput |
|---|
addValidator, compareValues, decode, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isImmediate, isLocalValueSet, isRequired, isValid, removeValidator, resetValue, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValueChangeListener, updateModel, validate, validateValue |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, 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.IRequiredCapability |
|---|
isRequired, setRequired |
| Methods inherited from interface org.rcfaces.core.component.capability.IStyleClassCapability |
|---|
getStyleClass, setStyleClass |
| Methods inherited from interface org.rcfaces.core.component.capability.IImmediateCapability |
|---|
isImmediate, setImmediate |
| Methods inherited from interface org.rcfaces.core.internal.manager.IContainerManager |
|---|
getChildCount |
| Methods inherited from interface javax.faces.component.ValueHolder |
|---|
getConverter, setConverter |
| Field Detail |
|---|
public static final String COMPONENT_TYPE
protected static final Set CAMELIA_ATTRIBUTES
protected static final String CAMELIA_VALUE_ALIAS
| Constructor Detail |
|---|
public NumberEntryComponent()
public NumberEntryComponent(String componentId)
| Method Detail |
|---|
public int getValidationParametersCount()
getValidationParametersCount in interface org.rcfaces.core.internal.manager.IValidationParameterspublic boolean isClientSideValidationParameter(String name)
isClientSideValidationParameter in interface org.rcfaces.core.internal.manager.IValidationParameterspublic Map getValidationParametersMap()
getValidationParametersMap in interface org.rcfaces.core.internal.manager.IValidationParameters
public void setValidationParameter(String name,
javax.el.ValueExpression value,
boolean client)
setValidationParameter in interface org.rcfaces.core.internal.manager.IValidationParameterspublic String getValidationParameter(String name)
getValidationParameter in interface org.rcfaces.core.internal.manager.IValidationParameterspublic Map getClientValidationParametersMap()
getClientValidationParametersMap in interface org.rcfaces.core.internal.manager.IValidationParameterspublic String removeValidationParameter(String name)
removeValidationParameter in interface org.rcfaces.core.internal.manager.IValidationParameters
public String setValidationParameter(String name,
String value,
boolean client)
setValidationParameter in interface org.rcfaces.core.internal.manager.IValidationParameterspublic void setValue(Object value)
setValue in interface ValueHoldersetValue in class UIInputpublic void setNumberFormatType(String formatType)
public Number getNumber()
public void setNumber(double number)
public void setNumber(long number)
public void setNumber(String number)
public void setMinimum(String number)
public void setDefaultNumber(String number)
public void setMaximum(String number)
public void setLiteralLocale(String locale)
public void setComponentLocale(String locale)
public String getValidationParameter(String name,
FacesContext facesContext)
public int getValidationParametersCount(FacesContext facesContext)
public Map getValidationParametersMap(FacesContext facesContext)
public Map getClientValidationParametersMap(FacesContext facesContext)
public boolean isClientSideValidationParameter(String name,
FacesContext facesContext)
public boolean isAutoTab()
IAutoTabCapability
isAutoTab in interface IAutoTabCapabilitypublic boolean isAutoTab(FacesContext facesContext)
isAutoTab() for more details
public final boolean isAutoTabSetted()
true if the attribute "autoTab" is set.
true if the attribute is set.public void setAutoTab(boolean autoTab)
IAutoTabCapability
setAutoTab in interface IAutoTabCapabilityautoTab - booleanpublic final void addValueChangeListener(ValueChangeListener listener)
IValueChangeEventCapability
addValueChangeListener in interface EditableValueHolderaddValueChangeListener in interface IValueChangeEventCapabilityaddValueChangeListener in class UIInputlistener - the valueChange listener to addpublic final void removeValueChangeListener(ValueChangeListener listener)
IValueChangeEventCapability
removeValueChangeListener in interface EditableValueHolderremoveValueChangeListener in interface IValueChangeEventCapabilityremoveValueChangeListener in class UIInputlistener - the valueChange listener to removepublic final FacesListener[] listValueChangeListeners()
IValueChangeEventCapability
listValueChangeListeners in interface IValueChangeEventCapabilitypublic String getFocusStyleClass()
IFocusStyleClassCapability
getFocusStyleClass in interface IFocusStyleClassCapabilitypublic String getFocusStyleClass(FacesContext facesContext)
getFocusStyleClass() for more details
public final boolean isFocusStyleClassSetted()
true if the attribute "focusStyleClass" is set.
true if the attribute is set.public void setFocusStyleClass(String focusStyleClass)
IFocusStyleClassCapability
setFocusStyleClass in interface IFocusStyleClassCapabilityfocusStyleClass - style classpublic final void addSelectionListener(ISelectionListener listener)
ISelectionEventCapability
addSelectionListener in interface ISelectionEventCapabilitylistener - the selection listener to addpublic final void removeSelectionListener(ISelectionListener listener)
ISelectionEventCapability
removeSelectionListener in interface ISelectionEventCapabilitylistener - the selection listener to removepublic final FacesListener[] listSelectionListeners()
ISelectionEventCapability
listSelectionListeners in interface ISelectionEventCapabilitypublic boolean isReadOnly()
IReadOnlyCapability
isReadOnly in interface IReadOnlyCapabilitypublic boolean isReadOnly(FacesContext facesContext)
isReadOnly() for more details
public final boolean isReadOnlySetted()
true if the attribute "readOnly" is set.
true if the attribute is set.public void setReadOnly(boolean readOnly)
IReadOnlyCapability
setReadOnly in interface IReadOnlyCapabilityreadOnly - readOnly boolean propertypublic int getNumberFormatType()
INumberFormatTypeCapability
getNumberFormatType in interface INumberFormatTypeCapabilitypublic int getNumberFormatType(FacesContext facesContext)
getNumberFormatType() for more details
public final boolean isNumberFormatTypeSetted()
true if the attribute "numberFormatType" is set.
true if the attribute is set.public void setNumberFormatType(int numberFormatType)
INumberFormatTypeCapability
setNumberFormatType in interface INumberFormatTypeCapabilitynumberFormatType - 0:number|1:integer|2:currency|3:percentpublic Locale getLiteralLocale()
ILiteralLocaleCapability
getLiteralLocale in interface ILiteralLocaleCapabilitypublic Locale getLiteralLocale(FacesContext facesContext)
getLiteralLocale() for more details
public final boolean isLiteralLocaleSetted()
true if the attribute "literalLocale" is set.
true if the attribute is set.public void setLiteralLocale(Locale literalLocale)
ILiteralLocaleCapability
setLiteralLocale in interface ILiteralLocaleCapabilityliteralLocale - locale to definepublic Locale getComponentLocale()
IComponentLocaleCapability
getComponentLocale in interface IComponentLocaleCapabilitypublic Locale getComponentLocale(FacesContext facesContext)
getComponentLocale() for more details
public final boolean isComponentLocaleSetted()
true if the attribute "componentLocale" is set.
true if the attribute is set.public void setComponentLocale(Locale componentLocale)
IComponentLocaleCapability
setComponentLocale in interface IComponentLocaleCapabilitycomponentLocale - locale to definepublic String getErrorStyleClass()
ISeverityStyleClassCapability
getErrorStyleClass in interface ISeverityStyleClassCapabilitypublic String getErrorStyleClass(FacesContext facesContext)
getErrorStyleClass() for more details
public final boolean isErrorStyleClassSetted()
true if the attribute "errorStyleClass" is set.
true if the attribute is set.public void setErrorStyleClass(String errorStyleClass)
ISeverityStyleClassCapability
setErrorStyleClass in interface ISeverityStyleClassCapabilityerrorStyleClass - list of CSS style classespublic String getFatalStyleClass()
ISeverityStyleClassCapability
getFatalStyleClass in interface ISeverityStyleClassCapabilitypublic String getFatalStyleClass(FacesContext facesContext)
getFatalStyleClass() for more details
public final boolean isFatalStyleClassSetted()
true if the attribute "fatalStyleClass" is set.
true if the attribute is set.public void setFatalStyleClass(String fatalStyleClass)
ISeverityStyleClassCapability
setFatalStyleClass in interface ISeverityStyleClassCapabilityfatalStyleClass - list of CSS style classespublic String getInfoStyleClass()
ISeverityStyleClassCapability
getInfoStyleClass in interface ISeverityStyleClassCapabilitypublic String getInfoStyleClass(FacesContext facesContext)
getInfoStyleClass() for more details
public final boolean isInfoStyleClassSetted()
true if the attribute "infoStyleClass" is set.
true if the attribute is set.public void setInfoStyleClass(String infoStyleClass)
ISeverityStyleClassCapability
setInfoStyleClass in interface ISeverityStyleClassCapabilityinfoStyleClass - list of CSS style classespublic String getWarnStyleClass()
ISeverityStyleClassCapability
getWarnStyleClass in interface ISeverityStyleClassCapabilitypublic String getWarnStyleClass(FacesContext facesContext)
getWarnStyleClass() for more details
public final boolean isWarnStyleClassSetted()
true if the attribute "warnStyleClass" is set.
true if the attribute is set.public void setWarnStyleClass(String warnStyleClass)
ISeverityStyleClassCapability
setWarnStyleClass in interface ISeverityStyleClassCapabilitywarnStyleClass - list of CSS style classespublic String getAlternateText()
getAlternateText in interface IAlternateTextCapabilitypublic String getAlternateText(FacesContext facesContext)
getAlternateText() for more details
public final boolean isAlternateTextSetted()
true if the attribute "alternateText" is set.
true if the attribute is set.public void setAlternateText(String alternateText)
setAlternateText in interface IAlternateTextCapabilitypublic boolean isAutoCompletion()
public boolean isAutoCompletion(FacesContext facesContext)
public void setAutoCompletion(boolean autoCompletion)
autoCompletion - true if the user entry must completedpublic boolean isAutoCompletionSetted()
true if the attribute "autoCompletion" is set.
true if the attribute is set.public int getIntegerDigits()
public int getIntegerDigits(FacesContext facesContext)
public void setIntegerDigits(int integerDigits)
integerDigits - number of integer digitspublic boolean isIntegerDigitsSetted()
true if the attribute "integerDigits" is set.
true if the attribute is set.public int getFractionDigits()
public int getFractionDigits(FacesContext facesContext)
public void setFractionDigits(int fractionDigits)
fractionDigits - number of fraction digitspublic boolean isFractionDigitsSetted()
true if the attribute "fractionDigits" is set.
true if the attribute is set.public String getNumberFormat()
public String getNumberFormat(FacesContext facesContext)
public void setNumberFormat(String numberFormat)
numberFormat - number formatpublic boolean isNumberFormatSetted()
true if the attribute "numberFormat" is set.
true if the attribute is set.public String getIntegerStep()
public String getIntegerStep(FacesContext facesContext)
public void setIntegerStep(String integerStep)
integerStep - steppublic boolean isIntegerStepSetted()
true if the attribute "integerStep" is set.
true if the attribute is set.public String getFractionStep()
public String getFractionStep(FacesContext facesContext)
public void setFractionStep(String fractionStep)
public boolean isFractionStepSetted()
true if the attribute "fractionStep" is set.
true if the attribute is set.public Number getMinimum()
public Number getMinimum(FacesContext facesContext)
public void setMinimum(Number minimum)
public boolean isMinimumSetted()
true if the attribute "minimum" is set.
true if the attribute is set.public Number getDefaultNumber()
public Number getDefaultNumber(FacesContext facesContext)
public void setDefaultNumber(Number defaultNumber)
defaultNumber - default valuepublic boolean isDefaultNumberSetted()
true if the attribute "defaultNumber" is set.
true if the attribute is set.public Number getMaximum()
public Number getMaximum(FacesContext facesContext)
public void setMaximum(Number maximum)
maximum - maximumpublic boolean isMaximumSetted()
true if the attribute "maximum" is set.
true if the attribute is set.protected Set getCameliaFields()
getCameliaFields in class AbstractInputComponentprotected String getCameliaValueAlias()
getCameliaValueAlias in class org.rcfaces.core.internal.component.CameliaInputComponent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||