public final class LayoutModelProperty extends Object implements ModelProperty
ParameterModel| Constructor and Description |
|---|
LayoutModelProperty(boolean password,
boolean text,
int order,
String groupName,
String tabName) |
| Modifier and Type | Method and Description |
|---|---|
String |
getGroupName() |
String |
getName()
A unique name which identifies this property.
|
int |
getOrder() |
String |
getTabName() |
boolean |
isExternalizable()
Whether this instance should be included when serializing or sharing
the owning
EnrichableModel or if on the contrary, this model property
holds information which is proprietary to the runtime and should not
communicated. |
boolean |
isPassword() |
boolean |
isText() |
public String getName()
getName in interface ModelPropertygetName in interface NamedDisplay propertiespublic boolean isExternalizable()
EnrichableModel or if on the contrary, this model property
holds information which is proprietary to the runtime and should not
communicated.
Non externalizable properties should be skipped by serializers and any other kind of sharing mechanisms.
isExternalizable in interface ModelPropertytruepublic boolean isPassword()
public boolean isText()
public int getOrder()
public String getGroupName()
public String getTabName()
Copyright © 2016 MuleSoft, Inc.. All rights reserved.