@Beta public class InlineMixin extends FormItem
Modifier and Type | Class and Description |
---|---|
static class |
InlineMixin.Builder |
Modifier and Type | Method and Description |
---|---|
InlineMixin |
copy() |
static InlineMixin.Builder |
create() |
static InlineMixin.Builder |
create(InlineMixin inline) |
static InlineMixin.Builder |
create(Mixin mixin) |
boolean |
equals(Object o) |
MixinName |
getMixinName() |
String |
getName() |
FormItemType |
getType() |
int |
hashCode() |
getParent, getPath, toFormItemSet, toFormOptionSet, toFormOptionSetOption, toInlineMixin, toInput, toLayout, toString
public FormItemType getType()
public MixinName getMixinName()
public static InlineMixin.Builder create()
public InlineMixin copy()
public static InlineMixin.Builder create(Mixin mixin)
public static InlineMixin.Builder create(InlineMixin inline)