public class UIIn extends AbstractUIIn implements Visual
component.stg
with class
InTagDeclaration
.Modifier and Type | Field and Description |
---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
Constructor and Description |
---|
UIIn() |
Modifier and Type | Method and Description |
---|---|
CustomClass |
getCustomClass()
Sets a CSS class in its parent, if the parent supports it.
|
String |
getFamily() |
String |
getLabel()
A localized user presentable name for this component.
|
LabelLayout |
getLabelLayout()
Defines the position of the label relative to the field.
|
Markup |
getMarkup() |
String |
getPlaceholder()
Displays a short text in the input field, that describes the meaning of this field.
|
Style |
getStyle()
For internal use.
|
Integer |
getTabIndex()
Controls the navigation of the focus through the
input controls on a page with the Tab-Key.
|
String |
getTip()
Text value to display as tooltip.
|
boolean |
isAutocomplete() |
boolean |
isDisabled()
Flag indicating that this element is disabled.
|
boolean |
isFocus()
Flag indicating this component should receive the focus.
|
boolean |
isPassword()
Flag indicating whether or not this component should be rendered as
password field , so you will not see the typed charakters.
|
boolean |
isReadonly()
Flag indicating that this component will prohibit changes by the user.
|
void |
setAutocomplete(boolean autocomplete) |
void |
setCustomClass(CustomClass customClass) |
void |
setDisabled(boolean disabled) |
void |
setFocus(boolean focus) |
void |
setLabel(String label) |
void |
setLabelLayout(LabelLayout labelLayout) |
void |
setMarkup(Markup markup) |
void |
setPassword(boolean password) |
void |
setPlaceholder(String placeholder) |
void |
setReadonly(boolean readonly) |
void |
setStyle(Style style) |
void |
setTabIndex(Integer tabIndex) |
void |
setTip(String tip) |
getDefaultEventName, getEventNames, updateModel
addValidator, addValueChangeListener, broadcast, clearInitialState, compareValues, decode, getConvertedValue, getConverterMessage, 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, validate, validateValue
getConverter, getLocalValue, setConverter
addClientBehavior, addFacesListener, encodeAll, encodeBegin, encodeChildren, encodeEnd, findComponent, getAttributes, getChildCount, getChildren, getClientBehaviors, getClientId, getFacesContext, getFacesListeners, getFacet, getFacetCount, getFacets, getFacetsAndChildren, getId, getParent, getRenderer, getRendererType, getRendersChildren, getValueBinding, initialStateMarked, invokeOnComponent, isRendered, isTransient, processRestoreState, processSaveState, queueEvent, removeFacesListener, restoreAttachedState, saveAttachedState, setId, setParent, setRendered, setRendererType, setTransient, setValueBinding, visitTree
getClientId, getCompositeComponentParent, getContainerClientId, getCurrentComponent, getCurrentCompositeComponent, getListenersForEventClass, getNamingContainer, getResourceBundleMap, getStateHelper, getStateHelper, getValueExpression, isCompositeComponent, isInView, isVisitable, popComponentFromEL, processEvent, pushComponentToEL, setInView, setValueExpression, subscribeToEvent, unsubscribeFromEvent
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
getRendererType
public static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public String getFamily()
getFamily
in class javax.faces.component.UIInput
public boolean isAutocomplete()
public void setAutocomplete(boolean autocomplete)
public LabelLayout getLabelLayout()
getLabelLayout
in interface SupportsLabelLayout
public void setLabelLayout(LabelLayout labelLayout)
setLabelLayout
in interface SupportsLabelLayout
public boolean isFocus()
false
isFocus
in class AbstractUIInput
public void setFocus(boolean focus)
public Integer getTabIndex()
getTabIndex
in class AbstractUIInput
public void setTabIndex(Integer tabIndex)
public String getLabel()
public void setLabel(String label)
public boolean isPassword()
false
public void setPassword(boolean password)
public boolean isReadonly()
false
isReadonly
in class AbstractUIInput
public void setReadonly(boolean readonly)
public CustomClass getCustomClass()
<tc:in> <tc:style customClass="my-emphasized"/> </tc:in>One capability is, to used external CSS libs.
getCustomClass
in interface Visual
public void setCustomClass(CustomClass customClass)
setCustomClass
in interface Visual
public boolean isDisabled()
false
isDisabled
in class AbstractUIInput
public void setDisabled(boolean disabled)
public String getTip()
public void setTip(String tip)
public Style getStyle()
public String getPlaceholder()
getPlaceholder
in class AbstractUIInput
public void setPlaceholder(String placeholder)
Copyright © 2002–2016 The Apache Software Foundation. All rights reserved.