public abstract class FormControlElementBuilderSupport<T extends com.foreach.across.modules.web.ui.elements.AbstractNodeViewElement & FormControlElement,SELF extends FormControlElementBuilderSupport<T,SELF>>
extends com.foreach.across.modules.web.ui.elements.builder.AbstractNodeViewElementBuilder<T,SELF>
| Constructor and Description |
|---|
FormControlElementBuilderSupport() |
| Modifier and Type | Method and Description |
|---|---|
protected T |
apply(T viewElement,
com.foreach.across.modules.web.ui.ViewElementBuilderContext builderContext) |
SELF |
controlName(String controlName) |
SELF |
disabled() |
SELF |
disabled(boolean disabled) |
String |
getControlName() |
Boolean |
getDisabled() |
Boolean |
getReadonly() |
Boolean |
getRequired() |
SELF |
readonly() |
SELF |
readonly(boolean readonly) |
SELF |
required() |
SELF |
required(boolean required) |
attribute, attributes, clearAttributes, css, htmlId, removeAttribute, removeCssadd, add, addAll, addFirst, addFirst, sortbuild, configure, createElement, customTemplate, elementSupplier, elementSupplier, name, postProcess, postProcessor, registerWebResources, withclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic Boolean getDisabled()
public Boolean getReadonly()
public Boolean getRequired()
public String getControlName()
public SELF disabled()
public SELF disabled(boolean disabled)
public SELF required()
public SELF required(boolean required)
public SELF readonly()
public SELF readonly(boolean readonly)
protected T apply(T viewElement, com.foreach.across.modules.web.ui.ViewElementBuilderContext builderContext)
apply in class com.foreach.across.modules.web.ui.elements.builder.AbstractNodeViewElementBuilder<T extends com.foreach.across.modules.web.ui.elements.AbstractNodeViewElement & FormControlElement,SELF extends FormControlElementBuilderSupport<T,SELF>>Copyright © 2020. All rights reserved.