@Generated(value="com.liferay.alloy.tools.builder.FacesBuilder") public abstract class InputDateTimeBase extends InputTextBase implements com.liferay.faces.util.component.Styleable, com.liferay.faces.util.component.ClientComponent
| Modifier and Type | Class and Description |
|---|---|
protected static class |
InputDateTimeBase.InputDateTimePropertyKeys |
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_TYPE |
static String |
RENDERER_TYPE |
COMPONENT_FAMILY, CONVERSION_MESSAGE_ID, REQUIRED_MESSAGE_ID, UPDATE_MESSAGE_ID, VALIDATE_EMPTY_FIELDS_PARAM_NAME| Constructor and Description |
|---|
InputDateTimeBase() |
| Modifier and Type | Method and Description |
|---|---|
Boolean |
getAutoHide()
autoHide attribute description:
When this flag is true, the component will hide when an item is selected. |
String |
getClientKey()
clientKey attribute description:
The key name that can be used to reference the component on the client. |
Object |
getLocale()
locale attribute description:
The locale of the component which can be of type java.lang.String or java.util.Locale. |
String |
getShowOn()
showOn attribute description:
Specifies which event will pop up the picker. |
String |
getStyleClass()
styleClass attribute description:
List of CSS class names (separated by spaces) that are to be rendered within the class attribute. |
String |
getTimeZone()
timeZone attribute description:
The time zone of the component. |
Integer |
getzIndex()
zIndex attribute description:
Specifies the stack order of the component. |
boolean |
isNativeWhenMobile()
nativeWhenMobile attribute description:
When true, the component will render an HTML5 <input type="date" /> element on small/mobile displays in order to enable selection of a date with the mobile device's native UI. |
void |
setAutoHide(Boolean autoHide)
autoHide attribute description:
When this flag is true, the component will hide when an item is selected. |
void |
setClientKey(String clientKey)
clientKey attribute description:
The key name that can be used to reference the component on the client. |
void |
setLocale(Object locale)
locale attribute description:
The locale of the component which can be of type java.lang.String or java.util.Locale. |
void |
setNativeWhenMobile(boolean nativeWhenMobile)
nativeWhenMobile attribute description:
When true, the component will render an HTML5 <input type="date" /> element on small/mobile displays in order to enable selection of a date with the mobile device's native UI. |
void |
setShowOn(String showOn)
showOn attribute description:
Specifies which event will pop up the picker. |
void |
setTimeZone(String timeZone)
timeZone attribute description:
The time zone of the component. |
void |
setzIndex(Integer zIndex)
zIndex attribute description:
Specifies the stack order of the component. |
getLabelgetAccesskey, getAlt, getAutocomplete, getDefaultEventName, getDir, getEventNames, getLang, getMaxlength, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getRole, getSize, getStyle, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setAlt, setAutocomplete, setDir, setDisabled, setLabel, setLang, setMaxlength, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setRole, setSize, setStyle, setStyleClass, setTabindex, setTitleaddValidator, addValueChangeListener, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, getFamily, getRequiredMessage, getSubmittedValue, getValidator, getValidatorMessage, getValidators, getValue, 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, validateValuegetConverter, getLocalValue, setConverteraddClientBehavior, addFacesListener, broadcast, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getListenersForEventClass, getParent, getPassThroughAttributes, getRenderer, getRendererType, getRendersChildren, getValueBinding, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, subscribeToEvent, unsubscribeFromEventencodeAll, getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getNamingContainer, getPassThroughAttributes, getResourceBundleMap, getStateHelper, getStateHelper, getTransientStateHelper, getTransientStateHelper, getValueExpression, initialStateMarked, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, restoreTransientState, saveTransientState, setInView, setValueExpression, visitTreeclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetStyle, setStyle, setStyleClasspublic static final String COMPONENT_TYPE
public static final String RENDERER_TYPE
public Boolean getAutoHide()
autoHide attribute description:
true.public void setAutoHide(Boolean autoHide)
autoHide attribute description:
true.public String getClientKey()
clientKey attribute description:
getClientKey in interface com.liferay.faces.util.component.ClientComponentpublic void setClientKey(String clientKey)
clientKey attribute description:
setClientKey in interface com.liferay.faces.util.component.ClientComponentpublic Object getLocale()
locale attribute description:
java.lang.String or java.util.Locale.public void setLocale(Object locale)
locale attribute description:
java.lang.String or java.util.Locale.public boolean isNativeWhenMobile()
nativeWhenMobile attribute description:
<input type="date" /> element on small/mobile displays in order to enable selection of a date with the mobile device's native UI.public void setNativeWhenMobile(boolean nativeWhenMobile)
nativeWhenMobile attribute description:
<input type="date" /> element on small/mobile displays in order to enable selection of a date with the mobile device's native UI.public String getShowOn()
showOn attribute description:
"focus" (the default), "button", and "both".public void setShowOn(String showOn)
showOn attribute description:
"focus" (the default), "button", and "both".public String getStyleClass()
styleClass attribute description:
getStyleClass in interface com.liferay.faces.util.component.StyleablegetStyleClass in class InputTextBasepublic String getTimeZone()
timeZone attribute description:
public void setTimeZone(String timeZone)
timeZone attribute description:
public Integer getzIndex()
zIndex attribute description:
public void setzIndex(Integer zIndex)
zIndex attribute description:
Copyright © 2016 Liferay, Inc.. All rights reserved.