public class HtmlMarkdown extends javax.faces.component.html.HtmlInputTextarea implements HtmlInputComponent, Placeholder, AutoFocus, Tooltip, Label, Readonly, MaxLength
| Modifier and Type | Field and Description |
|---|---|
static String |
COMPONENT_FAMILY |
static String |
COMPONENT_TYPE |
protected static String |
PROPERTY_HIDE_LABEL |
protected static String |
PROPERTY_HTML5_AUTO_FOCUS |
protected static String |
PROPERTY_LANGUAGE |
protected static String |
PROPERTY_MAXLENGTH |
protected static String |
PROPERTY_PLACEHOLDER |
protected static String |
PROPERTY_VALIDATION_ERROR_PLACEMENT |
static String |
RENDERER_TYPE |
| Constructor and Description |
|---|
HtmlMarkdown() |
| Modifier and Type | Method and Description |
|---|---|
String |
getFamily() |
String |
getLanguage() |
Integer |
getMaxLength() |
String |
getPlaceholder() |
List<InputComponentFacet> |
getSupportedFacets() |
String |
getValidationErrorPlacement() |
boolean |
isAutoFocus() |
boolean |
isHideLabel() |
void |
setAutoFocus(boolean autoFocus) |
void |
setHideLabel(boolean hideLabel) |
void |
setLanguage(String language) |
void |
setMaxLength(Integer maxLength) |
void |
setPlaceholder(String placeholder) |
void |
setValidationErrorPlacement(String validationErrorPlacement) |
getAccesskey, getCols, getDefaultEventName, getDir, getEventNames, getLabel, getLang, getOnblur, getOnchange, getOnclick, getOndblclick, getOnfocus, getOnkeydown, getOnkeypress, getOnkeyup, getOnmousedown, getOnmousemove, getOnmouseout, getOnmouseover, getOnmouseup, getOnselect, getRole, getRows, getStyle, getStyleClass, getTabindex, getTitle, isDisabled, isReadonly, setAccesskey, setCols, setDir, setDisabled, setLabel, setLang, setOnblur, setOnchange, setOnclick, setOndblclick, setOnfocus, setOnkeydown, setOnkeypress, setOnkeyup, setOnmousedown, setOnmousemove, setOnmouseout, setOnmouseover, setOnmouseup, setOnselect, setReadonly, setRole, setRows, setStyle, setStyleClass, setTabindex, setTitleaddValidator, addValueChangeListener, 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, 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, waitgetClientId, getValuegetStyleClassisValidisReadonlyisRequiredpublic static final String COMPONENT_TYPE
public static final String COMPONENT_FAMILY
public static final String RENDERER_TYPE
protected static final String PROPERTY_HIDE_LABEL
protected static final String PROPERTY_MAXLENGTH
protected static final String PROPERTY_PLACEHOLDER
protected static final String PROPERTY_HTML5_AUTO_FOCUS
protected static final String PROPERTY_LANGUAGE
protected static final String PROPERTY_VALIDATION_ERROR_PLACEMENT
public List<InputComponentFacet> getSupportedFacets()
getSupportedFacets in interface SupportedFacetspublic String getFamily()
getFamily in class javax.faces.component.UIInputpublic boolean isAutoFocus()
isAutoFocus in interface AutoFocuspublic void setAutoFocus(boolean autoFocus)
setAutoFocus in interface AutoFocuspublic boolean isHideLabel()
isHideLabel in interface HideLabelpublic void setHideLabel(boolean hideLabel)
public String getPlaceholder()
getPlaceholder in interface Placeholderpublic void setPlaceholder(String placeholder)
setPlaceholder in interface Placeholderpublic Integer getMaxLength()
getMaxLength in interface MaxLengthpublic void setMaxLength(Integer maxLength)
public String getLanguage()
public void setLanguage(String language)
public String getValidationErrorPlacement()
getValidationErrorPlacement in interface Validationpublic void setValidationErrorPlacement(String validationErrorPlacement)
Copyright © 2018. All rights reserved.