@ProviderType public final class FormComponent extends AbstractContainerComponent
FieldComponent.ClientLibraryType| Constructor and Description |
|---|
FormComponent() |
| Modifier and Type | Method and Description |
|---|---|
org.apache.sling.api.resource.Resource |
buildComponentResource()
If your component needs child nodes then override this method, call the
superclass implementation, and then use addChildren to add additional
nodes to it.
|
String |
getAction() |
String |
getAutocomplete() |
String |
getDataPath() |
String |
getEnctype() |
String |
getMethod() |
String |
getNameNotFoundMode() |
String |
getStyle() |
String |
getTarget() |
String |
getUi() |
boolean |
hasCategories(Collection<FieldComponent> values) |
void |
init() |
boolean |
isAsync() |
boolean |
isAutosubmitForm() |
boolean |
isFoundationForm() |
boolean |
isLoadingMask() |
boolean |
isMargin() |
boolean |
isMaximized() |
boolean |
isNovalidate() |
boolean |
isSuccessresponse() |
void |
setAction(String action) |
void |
setAsync(boolean async) |
void |
setAutocomplete(String autocomplete) |
void |
setAutosubmitForm(boolean autosubmitForm) |
void |
setDataPath(String dataPath) |
void |
setEnctype(String enctype) |
void |
setFoundationForm(boolean foundationForm) |
void |
setLoadingMask(boolean loadingMask) |
void |
setMargin(boolean margin) |
void |
setMaximized(boolean maximized) |
void |
setMethod(String method) |
void |
setNameNotFoundMode(String nameNotFoundMode) |
void |
setNovalidate(boolean novalidate) |
void |
setStyle(String style) |
void |
setSuccessresponse(boolean successresponse) |
void |
setTarget(String target) |
void |
setUi(String ui) |
addComponent, applyDialogProviderSettings, generateDefaultChildComponent, generateItemsResource, getDialogStyle, getFieldComponents, getGroupingContainer, getPropertiesTabName, isComposite, isForceDotSlashPrefix, setComposite, setDefaultChildComponent, setDialogStyle, setForceDotSlashPrefix, setGroupingContainer, setPropertiesTabNameaddClientLibraries, addClientLibraries, addClientLibraries, addClientLibrary, getAccessibleObject, getBooleanOption, getCategory, getClientLibraryCategories, getComponentMetadata, getField, getFieldDefinition, getHelper, getHtml, getName, getOption, getOptionNames, getPath, getResourceSuperType, getResourceType, hasOption, purgeEmptyMetadata, setCategory, setHelper, setPath, setResourceSuperType, setResourceType, setuppublic void init()
init in class AbstractContainerComponentpublic org.apache.sling.api.resource.Resource buildComponentResource()
FieldComponentbuildComponentResource in class FieldComponentpublic boolean hasCategories(Collection<FieldComponent> values)
hasCategories in class AbstractContainerComponentpublic String getMethod()
public final void setMethod(String method)
method - the method to setpublic String getAction()
public final void setAction(String action)
action - the action to setpublic String getEnctype()
public final void setEnctype(String enctype)
enctype - the enctype to setpublic String getTarget()
public final void setTarget(String target)
target - the target to setpublic String getAutocomplete()
public final void setAutocomplete(String autocomplete)
autocomplete - the autocomplete to setpublic boolean isNovalidate()
public final void setNovalidate(boolean novalidate)
novalidate - the novalidate to setpublic String getDataPath()
public final void setDataPath(String dataPath)
dataPath - the dataPath to setpublic String getNameNotFoundMode()
public final void setNameNotFoundMode(String nameNotFoundMode)
nameNotFoundMode - the nameNotFoundMode to setpublic boolean isAutosubmitForm()
public final void setAutosubmitForm(boolean autosubmitForm)
autosubmitForm - the autosubmitForm to setpublic boolean isMargin()
public final void setMargin(boolean margin)
margin - the margin to setpublic boolean isMaximized()
public final void setMaximized(boolean maximized)
maximized - the maximized to setpublic boolean isFoundationForm()
public final void setFoundationForm(boolean foundationForm)
foundationForm - the foundationForm to setpublic boolean isAsync()
public final void setAsync(boolean async)
async - the async to setpublic boolean isLoadingMask()
public final void setLoadingMask(boolean loadingMask)
loadingMask - the loadingMask to setpublic String getUi()
public final void setUi(String ui)
ui - the ui to setpublic boolean isSuccessresponse()
public final void setSuccessresponse(boolean successresponse)
successresponse - the successresponse to setpublic String getStyle()
public void setStyle(String style)
style - the style to setCopyright © 2013–2020 Adobe. All rights reserved.