public class LayoutModel extends Object
| Modifier and Type | Field and Description |
|---|---|
static int |
DEFAULT_ORDER |
| Constructor and Description |
|---|
LayoutModel(String tabName,
Integer order,
boolean password,
boolean text,
boolean query) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
Optional<Integer> |
getOrder() |
Optional<String> |
getTabName() |
int |
hashCode() |
boolean |
isPassword() |
boolean |
isQuery() |
boolean |
isText() |
String |
toString() |
public static final int DEFAULT_ORDER
public boolean isPassword()
public boolean isText()
public boolean isQuery()
public Optional<String> getTabName()
Copyright © 2018 MuleSoft, Inc.. All rights reserved.