public interface DialogElement
text, textarea, or select
or select.| Modifier and Type | Method and Description |
|---|---|
String |
getLabel() |
String |
getName() |
String |
getPlaceholder() |
String |
getType() |
String |
getValue() |
boolean |
isOptional() |
void |
setLabel(String label) |
void |
setName(String name) |
void |
setOptional(boolean isOptional) |
void |
setPlaceholder(String placeholder) |
void |
setValue(String value) |
String getLabel()
void setLabel(String label)
String getName()
void setName(String name)
String getType()
String getValue()
void setValue(String value)
String getPlaceholder()
void setPlaceholder(String placeholder)
boolean isOptional()
void setOptional(boolean isOptional)
Copyright © 2020. All rights reserved.