|
||||||||||
| 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.TimeEntryComponent
public class TimeEntryComponent
The timeEntry Component is a specialized textEntry Component. it sports auto-completion related to the validity of the numbers entered as a time.
The timeEntry Component has the following capabilities :
| 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.IHiddenModeCapability |
|---|
CLIENT_HIDDEN_MODE, DEFAULT_HIDDEN_MODE, IGNORE_HIDDEN_MODE, PHANTOM_HIDDEN_MODE, SERVER_HIDDEN_MODE |
| Constructor Summary | |
|---|---|
TimeEntryComponent()
|
|
TimeEntryComponent(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 |
TimeZone |
getComponentTimeZone()
Returns the timeZone defined for the component. |
TimeZone |
getComponentTimeZone(FacesContext facesContext)
See getComponentTimeZone() for more details |
Time |
getDefaultTime()
Returns the default value. |
Time |
getDefaultTime(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 |
String |
getHourStep()
Returns an int value specifying the step used for the hour field when increasing/decreasing the value with the up/down arrows. |
String |
getHourStep(FacesContext facesContext)
Returns an int value specifying the step used for the hour field when increasing/decreasing the value with the up/down arrows. |
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 |
Locale |
getLiteralLocale()
Returns the locale defined for literal attributes. |
Locale |
getLiteralLocale(FacesContext facesContext)
See getLiteralLocale() for more details |
TimeZone |
getLiteralTimeZone()
Returns the timeZone defined for literal attributes. |
TimeZone |
getLiteralTimeZone(FacesContext facesContext)
See getLiteralTimeZone() for more details |
Time |
getMaxTime()
Returns a time value indicating the maximum acceptable time for the component. |
Time |
getMaxTime(FacesContext facesContext)
Returns a time value indicating the maximum acceptable time for the component. |
String |
getMillisStep()
Returns an int value specifying the step used for the millisecond field when increasing/decreasing the value with the up/down arrows. |
String |
getMillisStep(FacesContext facesContext)
Returns an int value specifying the step used for the millisecond field when increasing/decreasing the value with the up/down arrows. |
Time |
getMinTime()
Returns a time value indicating the minimum acceptable time for the component. |
Time |
getMinTime(FacesContext facesContext)
Returns a time value indicating the minimum acceptable time for the component. |
String |
getMinuteStep()
Returns an int value specifying the step used for the minute field when increasing/decreasing the value with the up/down arrows. |
String |
getMinuteStep(FacesContext facesContext)
Returns an int value specifying the step used for the minute field when increasing/decreasing the value with the up/down arrows. |
String |
getSecondStep()
Returns an int value specifying the step used for the second field when increasing/decreasing the value with the up/down arrows. |
String |
getSecondStep(FacesContext facesContext)
Returns an int value specifying the step used for the second field when increasing/decreasing the value with the up/down arrows. |
Time |
getTime()
|
String |
getTimeFormat()
|
String |
getTimeFormat(FacesContext facesContext)
|
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 |
isComponentTimeZoneSetted()
Returns true if the attribute "componentTimeZone" is set. |
boolean |
isDefaultTimeSetted()
Returns true if the attribute "defaultTime" 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 |
isHourStepSetted()
Returns true if the attribute "hourStep" is set. |
boolean |
isInfoStyleClassSetted()
Returns true if the attribute "infoStyleClass" is set. |
boolean |
isLiteralLocaleSetted()
Returns true if the attribute "literalLocale" is set. |
boolean |
isLiteralTimeZoneSetted()
Returns true if the attribute "literalTimeZone" is set. |
boolean |
isMaxTimeSetted()
Returns true if the attribute "maxTime" is set. |
boolean |
isMillisStepSetted()
Returns true if the attribute "millisStep" is set. |
boolean |
isMinTimeSetted()
Returns true if the attribute "minTime" is set. |
boolean |
isMinuteStepSetted()
Returns true if the attribute "minuteStep" 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 |
isSecondStepSetted()
Returns true if the attribute "secondStep" is set. |
boolean |
isTimeFormatSetted()
Returns true if the attribute "timeFormat" 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 |
setComponentTimeZone(String timeZone)
|
void |
setComponentTimeZone(TimeZone componentTimeZone)
Sets the timeZone for component. |
void |
setDefaultTime(String time)
|
void |
setDefaultTime(Time defaultTime)
Sets the default value. |
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 |
setHourStep(String hourStep)
Sets an int value specifying the step used for the hour field when increasing/decreasing the value with the up/down arrows. |
void |
setInfoStyleClass(String infoStyleClass)
Sets a space-separated list of CSS style class(es) to be applied for info messages. |
void |
setLiteralLocale(Locale literalLocale)
Sets the locale for literal attributes. |
void |
setLiteralLocale(String locale)
|
void |
setLiteralTimeZone(String timeZone)
|
void |
setLiteralTimeZone(TimeZone literalTimeZone)
Sets the timeZone for literal attributes. |
void |
setMaxTime(String time)
|
void |
setMaxTime(Time maxTime)
Sets a time value indicating the maximum acceptable time for the component. |
void |
setMillisStep(String millisStep)
Sets an int value specifying the step used for the millisecond field when increasing/decreasing the value with the up/down arrows. |
void |
setMinTime(String time)
|
void |
setMinTime(Time minTime)
Sets a time value indicating the minimum acceptable time for the component. |
void |
setMinuteStep(String minuteStep)
Steps an int value specifying the step used for the minute field when increasing/decreasing the value with the up/down arrows. |
void |
setReadOnly(boolean readOnly)
Sets a boolean value indicating that this component will prohibit changes by the user. |
void |
setSecondStep(String secondStep)
Sets an int value specifying the step used for the second field when increasing/decreasing the value with the up/down arrows. |
void |
setTime(String time)
|
void |
setTime(Time time)
|
void |
setTimeFormat(String timeFormat)
|
String |
setValidationParameter(String name,
String value,
boolean client)
|
void |
setValidationParameter(String name,
javax.el.ValueExpression value,
boolean client)
|
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, setValue, 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, 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 TimeEntryComponent()
public TimeEntryComponent(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 Time getTime()
public void setTime(Time time)
public void setTime(String time)
public void setMinTime(String time)
public void setDefaultTime(String time)
public void setMaxTime(String time)
public void setLiteralLocale(String locale)
public void setComponentLocale(String locale)
public void setLiteralTimeZone(String timeZone)
public void setComponentTimeZone(String timeZone)
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 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 TimeZone getLiteralTimeZone()
ILiteralTimeZoneCapability
getLiteralTimeZone in interface ILiteralTimeZoneCapabilitypublic TimeZone getLiteralTimeZone(FacesContext facesContext)
getLiteralTimeZone() for more details
public final boolean isLiteralTimeZoneSetted()
true if the attribute "literalTimeZone" is set.
true if the attribute is set.public void setLiteralTimeZone(TimeZone literalTimeZone)
ILiteralTimeZoneCapability
setLiteralTimeZone in interface ILiteralTimeZoneCapabilityliteralTimeZone - timeZone 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 TimeZone getComponentTimeZone()
IComponentTimeZoneCapability
getComponentTimeZone in interface IComponentTimeZoneCapabilitypublic TimeZone getComponentTimeZone(FacesContext facesContext)
getComponentTimeZone() for more details
public final boolean isComponentTimeZoneSetted()
true if the attribute "componentTimeZone" is set.
true if the attribute is set.public void setComponentTimeZone(TimeZone componentTimeZone)
IComponentTimeZoneCapability
setComponentTimeZone in interface IComponentTimeZoneCapabilitycomponentTimeZone - timeZone 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 Time getMinTime()
public Time getMinTime(FacesContext facesContext)
public void setMinTime(Time minTime)
minTime - min Timepublic boolean isMinTimeSetted()
true if the attribute "minTime" is set.
true if the attribute is set.public Time getDefaultTime()
public Time getDefaultTime(FacesContext facesContext)
public void setDefaultTime(Time defaultTime)
defaultTime - default valuepublic boolean isDefaultTimeSetted()
true if the attribute "defaultTime" is set.
true if the attribute is set.public Time getMaxTime()
public Time getMaxTime(FacesContext facesContext)
public void setMaxTime(Time maxTime)
maxTime - max timepublic boolean isMaxTimeSetted()
true if the attribute "maxTime" is set.
true if the attribute is set.public String getTimeFormat()
public String getTimeFormat(FacesContext facesContext)
public void setTimeFormat(String timeFormat)
public boolean isTimeFormatSetted()
true if the attribute "timeFormat" is set.
true if the attribute is set.public String getHourStep()
public String getHourStep(FacesContext facesContext)
public void setHourStep(String hourStep)
hourStep - stop to usepublic boolean isHourStepSetted()
true if the attribute "hourStep" is set.
true if the attribute is set.public String getMinuteStep()
public String getMinuteStep(FacesContext facesContext)
public void setMinuteStep(String minuteStep)
minuteStep - steppublic boolean isMinuteStepSetted()
true if the attribute "minuteStep" is set.
true if the attribute is set.public String getSecondStep()
public String getSecondStep(FacesContext facesContext)
public void setSecondStep(String secondStep)
secondStep - steppublic boolean isSecondStepSetted()
true if the attribute "secondStep" is set.
true if the attribute is set.public String getMillisStep()
public String getMillisStep(FacesContext facesContext)
public void setMillisStep(String millisStep)
millisStep - steppublic boolean isMillisStepSetted()
true if the attribute "millisStep" 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 | |||||||||