|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| 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.icefaces.ace.component.datetimeentry.DateTimeEntryBase
public class DateTimeEntryBase
| Nested Class Summary | |
|---|---|
protected static class |
DateTimeEntryBase.PropertyKeys
|
| Field Summary | |
|---|---|
static java.lang.String |
COMPONENT_TYPE
|
static java.lang.String |
RENDERER_TYPE
|
| Fields inherited from class javax.faces.component.UIInput |
|---|
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME |
| Fields inherited from class javax.faces.component.UIComponent |
|---|
ATTRS_WITH_DECLARED_DEFAULT_VALUES, BEANINFO_KEY, bindings, COMPOSITE_COMPONENT_TYPE_KEY, COMPOSITE_FACET_NAME, CURRENT_COMPONENT, CURRENT_COMPOSITE_COMPONENT, FACETS_KEY, HONOR_CURRENT_COMPONENT_ATTRIBUTES_PARAM_NAME, VIEW_LOCATION_KEY |
| Constructor Summary | |
|---|---|
DateTimeEntryBase()
|
|
| Method Summary | |
|---|---|
void |
addClientBehavior(java.lang.String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
|
java.lang.String |
getDefaultEventName()
|
java.lang.String |
getDefaultExecute(java.lang.String event)
|
java.lang.String |
getDefaultRender(java.lang.String event)
|
java.lang.String |
getEffect()
Return the value of the effect property. |
java.lang.String |
getEffectDuration()
Return the value of the effectDuration property. |
java.util.Collection<java.lang.String> |
getEventNames()
|
java.lang.String |
getFamily()
|
java.lang.String |
getIndicatorPosition()
Return the value of the indicatorPosition property. |
java.lang.String |
getLabel()
Return the value of the label property. |
java.lang.String |
getLabelPosition()
Return the value of the labelPosition property. |
int |
getLeftMonthOffset()
Return the value of the leftMonthOffset property. |
java.lang.Object |
getLocale()
Return the value of the locale property. |
java.lang.Object |
getMaxdate()
Return the value of the maxdate property. |
int |
getMaxHour()
Return the value of the maxHour property. |
int |
getMaxMinute()
Return the value of the maxMinute property. |
int |
getMaxSecond()
Return the value of the maxSecond property. |
java.lang.Object |
getMindate()
Return the value of the mindate property. |
int |
getMinHour()
Return the value of the minHour property. |
int |
getMinMinute()
Return the value of the minMinute property. |
int |
getMinSecond()
Return the value of the minSecond property. |
java.lang.String |
getOptionalIndicator()
Return the value of the optionalIndicator property. |
int |
getPages()
Return the value of the pages property. |
java.lang.String |
getPattern()
Return the value of the pattern property. |
java.lang.String |
getPopupIcon()
Return the value of the popupIcon property. |
java.lang.String |
getRequiredIndicator()
Return the value of the requiredIndicator property. |
java.lang.String |
getShowOn()
Return the value of the showOn property. |
int |
getSize()
Return the value of the size property. |
int |
getStepHour()
Return the value of the stepHour property. |
int |
getStepMinute()
Return the value of the stepMinute property. |
int |
getStepSecond()
Return the value of the stepSecond property. |
java.lang.String |
getStyle()
Return the value of the style property. |
java.lang.String |
getStyleClass()
Return the value of the styleClass property. |
java.lang.String |
getTabindex()
Return the value of the tabindex property. |
java.lang.Object |
getTimeZone()
Return the value of the timeZone property. |
java.lang.String |
getWidgetVar()
Return the value of the widgetVar property. |
java.lang.String |
getYearRange()
Return the value of the yearRange property. |
boolean |
isDisabled()
Return the value of the disabled property. |
boolean |
isDisableHoverStyling()
Return the value of the disableHoverStyling property. |
boolean |
isNavigator()
Return the value of the navigator property. |
boolean |
isPopupIconOnly()
Return the value of the popupIconOnly property. |
boolean |
isReadonly()
Return the value of the readonly property. |
boolean |
isReadOnlyInputText()
Return the value of the readOnlyInputText property. |
boolean |
isRenderAsPopup()
Return the value of the renderAsPopup property. |
boolean |
isSelectOtherMonths()
Return the value of the selectOtherMonths property. |
java.lang.Boolean |
isShowButtonPanel()
Return the value of the showButtonPanel property. |
boolean |
isShowOtherMonths()
Return the value of the showOtherMonths property. |
boolean |
isShowWeek()
Return the value of the showWeek property. |
boolean |
isTimeOnly()
Return the value of the timeOnly property. |
void |
setDisabled(boolean disabled)
Set the value of the disabled property. |
void |
setDisableHoverStyling(boolean disableHoverStyling)
Set the value of the disableHoverStyling property. |
void |
setEffect(java.lang.String effect)
Set the value of the effect property. |
void |
setEffectDuration(java.lang.String effectDuration)
Set the value of the effectDuration property. |
void |
setIndicatorPosition(java.lang.String indicatorPosition)
Set the value of the indicatorPosition property. |
void |
setLabel(java.lang.String label)
Set the value of the label property. |
void |
setLabelPosition(java.lang.String labelPosition)
Set the value of the labelPosition property. |
void |
setLeftMonthOffset(int leftMonthOffset)
Set the value of the leftMonthOffset property. |
void |
setLocale(java.lang.Object locale)
Set the value of the locale property. |
void |
setMaxdate(java.lang.Object maxdate)
Set the value of the maxdate property. |
void |
setMaxHour(int maxHour)
Set the value of the maxHour property. |
void |
setMaxMinute(int maxMinute)
Set the value of the maxMinute property. |
void |
setMaxSecond(int maxSecond)
Set the value of the maxSecond property. |
void |
setMindate(java.lang.Object mindate)
Set the value of the mindate property. |
void |
setMinHour(int minHour)
Set the value of the minHour property. |
void |
setMinMinute(int minMinute)
Set the value of the minMinute property. |
void |
setMinSecond(int minSecond)
Set the value of the minSecond property. |
void |
setNavigator(boolean navigator)
Set the value of the navigator property. |
void |
setOptionalIndicator(java.lang.String optionalIndicator)
Set the value of the optionalIndicator property. |
void |
setPages(int pages)
Set the value of the pages property. |
void |
setPattern(java.lang.String pattern)
Set the value of the pattern property. |
void |
setPopupIcon(java.lang.String popupIcon)
Set the value of the popupIcon property. |
void |
setPopupIconOnly(boolean popupIconOnly)
Set the value of the popupIconOnly property. |
void |
setReadonly(boolean readonly)
Set the value of the readonly property. |
void |
setReadOnlyInputText(boolean readOnlyInputText)
Set the value of the readOnlyInputText property. |
void |
setRenderAsPopup(boolean renderAsPopup)
Set the value of the renderAsPopup property. |
void |
setRequiredIndicator(java.lang.String requiredIndicator)
Set the value of the requiredIndicator property. |
void |
setSelectOtherMonths(boolean selectOtherMonths)
Set the value of the selectOtherMonths property. |
void |
setShowButtonPanel(java.lang.Boolean showButtonPanel)
Set the value of the showButtonPanel property. |
void |
setShowOn(java.lang.String showOn)
Set the value of the showOn property. |
void |
setShowOtherMonths(boolean showOtherMonths)
Set the value of the showOtherMonths property. |
void |
setShowWeek(boolean showWeek)
Set the value of the showWeek property. |
void |
setSize(int size)
Set the value of the size property. |
void |
setStepHour(int stepHour)
Set the value of the stepHour property. |
void |
setStepMinute(int stepMinute)
Set the value of the stepMinute property. |
void |
setStepSecond(int stepSecond)
Set the value of the stepSecond property. |
void |
setStyle(java.lang.String style)
Set the value of the style property. |
void |
setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property. |
void |
setTabindex(java.lang.String tabindex)
Set the value of the tabindex property. |
void |
setTimeOnly(boolean timeOnly)
Set the value of the timeOnly property. |
void |
setTimeZone(java.lang.Object timeZone)
Set the value of the timeZone property. |
void |
setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property. |
void |
setYearRange(java.lang.String yearRange)
Set the value of the yearRange property. |
| Methods inherited from class javax.faces.component.UIInput |
|---|
addValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValueChangeListener, getValueChangeListeners, isEmpty, isImmediate, isLocalValueSet, isRequired, isValid, markInitialState, processDecodes, processUpdates, processValidators, removeValidator, removeValueChangeListener, resetValue, restoreState, saveState, setConverterMessage, setImmediate, setLocalValueSet, setRequired, setRequiredMessage, setSubmittedValue, setValid, setValidator, setValidatorMessage, setValue, setValueChangeListener, updateModel, validate, validateValue |
| Methods inherited from class javax.faces.component.UIOutput |
|---|
getConverter, getLocalValue, getValue, setConverter |
| Methods inherited from class javax.faces.component.UIComponentBase |
|---|
addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEvent |
| Methods inherited from class javax.faces.component.UIComponent |
|---|
encodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTree |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface javax.faces.component.behavior.ClientBehaviorHolder |
|---|
getClientBehaviors |
| Methods inherited from interface javax.faces.component.ValueHolder |
|---|
getConverter, getLocalValue, getValue, setConverter |
| Field Detail |
|---|
public static final java.lang.String COMPONENT_TYPE
public static final java.lang.String RENDERER_TYPE
| Constructor Detail |
|---|
public DateTimeEntryBase()
| Method Detail |
|---|
public java.lang.String getFamily()
getFamily in class javax.faces.component.UIInputpublic void setSelectOtherMonths(boolean selectOtherMonths)
Set the value of the selectOtherMonths property.
public boolean isSelectOtherMonths()
Return the value of the selectOtherMonths property.
public void setRequiredIndicator(java.lang.String requiredIndicator)
Set the value of the requiredIndicator property.
public java.lang.String getRequiredIndicator()
Return the value of the requiredIndicator property.
public void setMinHour(int minHour)
Set the value of the minHour property.
public int getMinHour()
Return the value of the minHour property.
public void setMinMinute(int minMinute)
Set the value of the minMinute property.
public int getMinMinute()
Return the value of the minMinute property.
public void setDisableHoverStyling(boolean disableHoverStyling)
Set the value of the disableHoverStyling property.
public boolean isDisableHoverStyling()
Return the value of the disableHoverStyling property.
public void setShowWeek(boolean showWeek)
Set the value of the showWeek property.
public boolean isShowWeek()
Return the value of the showWeek property.
public void setLocale(java.lang.Object locale)
Set the value of the locale property.
public java.lang.Object getLocale()
Return the value of the locale property.
public void setTimeZone(java.lang.Object timeZone)
Set the value of the timeZone property.
public java.lang.Object getTimeZone()
Return the value of the timeZone property.
public void setRenderAsPopup(boolean renderAsPopup)
Set the value of the renderAsPopup property.
public boolean isRenderAsPopup()
Return the value of the renderAsPopup property.
public void setMaxMinute(int maxMinute)
Set the value of the maxMinute property.
public int getMaxMinute()
Return the value of the maxMinute property.
public void setOptionalIndicator(java.lang.String optionalIndicator)
Set the value of the optionalIndicator property.
public java.lang.String getOptionalIndicator()
Return the value of the optionalIndicator property.
public void setStyle(java.lang.String style)
Set the value of the style property.
public java.lang.String getStyle()
Return the value of the style property.
public void setWidgetVar(java.lang.String widgetVar)
Set the value of the widgetVar property.
public java.lang.String getWidgetVar()
Return the value of the widgetVar property.
public void setShowOtherMonths(boolean showOtherMonths)
Set the value of the showOtherMonths property.
public boolean isShowOtherMonths()
Return the value of the showOtherMonths property.
public void setEffectDuration(java.lang.String effectDuration)
Set the value of the effectDuration property.
public java.lang.String getEffectDuration()
Return the value of the effectDuration property.
public void setReadOnlyInputText(boolean readOnlyInputText)
Set the value of the readOnlyInputText property.
public boolean isReadOnlyInputText()
Return the value of the readOnlyInputText property.
public void setMaxdate(java.lang.Object maxdate)
Set the value of the maxdate property.
public java.lang.Object getMaxdate()
Return the value of the maxdate property.
public void setShowButtonPanel(java.lang.Boolean showButtonPanel)
Set the value of the showButtonPanel property.
public java.lang.Boolean isShowButtonPanel()
Return the value of the showButtonPanel property.
public void setLeftMonthOffset(int leftMonthOffset)
Set the value of the leftMonthOffset property.
public int getLeftMonthOffset()
Return the value of the leftMonthOffset property.
public void setStepMinute(int stepMinute)
Set the value of the stepMinute property.
public int getStepMinute()
Return the value of the stepMinute property.
public void setMaxSecond(int maxSecond)
Set the value of the maxSecond property.
public int getMaxSecond()
Return the value of the maxSecond property.
public void setStepHour(int stepHour)
Set the value of the stepHour property.
public int getStepHour()
Return the value of the stepHour property.
public void setMinSecond(int minSecond)
Set the value of the minSecond property.
public int getMinSecond()
Return the value of the minSecond property.
public void setPages(int pages)
Set the value of the pages property.
public int getPages()
Return the value of the pages property.
public void setStyleClass(java.lang.String styleClass)
Set the value of the styleClass property.
public java.lang.String getStyleClass()
Return the value of the styleClass property.
public void setTabindex(java.lang.String tabindex)
Set the value of the tabindex property.
public java.lang.String getTabindex()
Return the value of the tabindex property.
public void setStepSecond(int stepSecond)
Set the value of the stepSecond property.
public int getStepSecond()
Return the value of the stepSecond property.
public void setLabelPosition(java.lang.String labelPosition)
Set the value of the labelPosition property.
public java.lang.String getLabelPosition()
Return the value of the labelPosition property.
public void setLabel(java.lang.String label)
Set the value of the label property.
public java.lang.String getLabel()
Return the value of the label property.
public void setTimeOnly(boolean timeOnly)
Set the value of the timeOnly property.
public boolean isTimeOnly()
Return the value of the timeOnly property.
public void setMindate(java.lang.Object mindate)
Set the value of the mindate property.
public java.lang.Object getMindate()
Return the value of the mindate property.
public void setSize(int size)
Set the value of the size property.
public int getSize()
Return the value of the size property.
public void setNavigator(boolean navigator)
Set the value of the navigator property.
public boolean isNavigator()
Return the value of the navigator property.
public void setPattern(java.lang.String pattern)
Set the value of the pattern property.
public java.lang.String getPattern()
Return the value of the pattern property.
public void setEffect(java.lang.String effect)
Set the value of the effect property.
public java.lang.String getEffect()
Return the value of the effect property.
public void setPopupIcon(java.lang.String popupIcon)
Set the value of the popupIcon property.
public java.lang.String getPopupIcon()
Return the value of the popupIcon property.
public void setShowOn(java.lang.String showOn)
Set the value of the showOn property.
public java.lang.String getShowOn()
Return the value of the showOn property.
public void setMaxHour(int maxHour)
Set the value of the maxHour property.
public int getMaxHour()
Return the value of the maxHour property.
public void setIndicatorPosition(java.lang.String indicatorPosition)
Set the value of the indicatorPosition property.
public java.lang.String getIndicatorPosition()
Return the value of the indicatorPosition property.
public void setReadonly(boolean readonly)
Set the value of the readonly property.
public boolean isReadonly()
Return the value of the readonly property.
public void setDisabled(boolean disabled)
Set the value of the disabled property.
public boolean isDisabled()
Return the value of the disabled property.
public void setPopupIconOnly(boolean popupIconOnly)
Set the value of the popupIconOnly property.
public boolean isPopupIconOnly()
Return the value of the popupIconOnly property.
public void setYearRange(java.lang.String yearRange)
Set the value of the yearRange property.
public java.lang.String getYearRange()
Return the value of the yearRange property.
public java.util.Collection<java.lang.String> getEventNames()
getEventNames in interface javax.faces.component.behavior.ClientBehaviorHoldergetEventNames in class javax.faces.component.UIComponentBasepublic java.lang.String getDefaultEventName()
getDefaultEventName in interface javax.faces.component.behavior.ClientBehaviorHoldergetDefaultEventName in class javax.faces.component.UIComponentBasepublic java.lang.String getDefaultRender(java.lang.String event)
getDefaultRender in interface IceClientBehaviorHolderpublic java.lang.String getDefaultExecute(java.lang.String event)
getDefaultExecute in interface IceClientBehaviorHolder
public void addClientBehavior(java.lang.String eventName,
javax.faces.component.behavior.ClientBehavior behavior)
addClientBehavior in interface javax.faces.component.behavior.ClientBehaviorHolderaddClientBehavior in class javax.faces.component.UIComponentBase
|
ICEfaces 3.1.0 Java API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||