@Api(allMethods=true) public abstract class AbstractReadOnlyAttributeInfo extends AttributeInfo
| Constructor and Description |
|---|
AbstractReadOnlyAttributeInfo()
No-arguments constructor needed for GWT.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getLabel()
Get label for attribute.
|
boolean |
isHidden()
This value determines whether or not this attribute definition should be hidden in editing forms and other
widgets on the client.
|
boolean |
isIdentifying()
Is this an identifying attribute? Is it part of the feature id?
|
void |
setHidden(boolean hidden)
This value determines whether or not this attribute definition should be hidden in editing forms and other
widgets on the client.
|
void |
setIdentifying(boolean identifying)
Set whether the attribute is part of the feature id.
|
void |
setLabel(String label)
Set label for attribute.
|
getFormInputType, getValidator, isEditable, isIncludedInForm, setEditable, setFormInputType, setIncludedInForm, setValidatorgetName, setNamepublic AbstractReadOnlyAttributeInfo()
public String getLabel()
getLabel in class AttributeInfopublic void setLabel(String label)
setLabel in class AttributeInfolabel - labelpublic boolean isIdentifying()
isIdentifying in class AttributeInfopublic void setIdentifying(boolean identifying)
setIdentifying in class AttributeInfoidentifying - true when attribute is part of the feature idpublic boolean isHidden()
isHidden in class AttributeInfopublic void setHidden(boolean hidden)
setHidden in class AttributeInfohidden - new hidden status.Copyright © 2015 Geosparc. All Rights Reserved.