AbstractAttributeInfo or AbstractReadOnlyAttributeInfo or
AbstractEditableAttributeInfo@Api(allMethods=true) @Deprecated public class AttributeInfo extends AttributeBaseInfo
| Constructor and Description |
|---|
AttributeInfo()
Deprecated.
Default constructor for GWT.
|
AttributeInfo(boolean editable,
boolean hidden,
boolean identifying,
String name,
String label)
Deprecated.
Full-option constructor.
|
AttributeInfo(String name,
String label)
Deprecated.
Creates a non-editable, non-identifying, non-hidden attribute.
|
| Modifier and Type | Method and Description |
|---|---|
String |
getFormInputType()
Deprecated.
Get the type of input field that should be used in client side forms when editing this attribute.
|
String |
getLabel()
Deprecated.
Get label for attribute.
|
ValidatorInfo |
getValidator()
Deprecated.
|
boolean |
isEditable()
Deprecated.
Indicates whether the layer is capable of of storing values at the data level.
|
boolean |
isHidden()
Deprecated.
This value determines whether or not this attribute definition should be hidden in editing forms and other
widgets on the client.
|
boolean |
isIdentifying()
Deprecated.
Is this an identifying attribute? Is it part of the feature id?
|
boolean |
isIncludedInForm()
Deprecated.
Wrongfully added, use
isHidden() instead |
void |
setEditable(boolean editable)
Deprecated.
Set whether the layer has the capability of writing values for this attribute at the data level.
|
void |
setFormInputType(String formInputType)
Deprecated.
Set the type of input field that should be used in client side forms when editing this attribute.
|
void |
setHidden(boolean hidden)
Deprecated.
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)
Deprecated.
Set whether the attribute is part of the feature id.
|
void |
setIncludedInForm(boolean includedInForm)
Deprecated.
Wrongfully added, use
setHidden(boolean) instead |
void |
setLabel(String label)
Deprecated.
Set label for attribute.
|
void |
setValidator(ValidatorInfo validator)
Deprecated.
|
getName, setNamepublic AttributeInfo()
public AttributeInfo(String name, String label)
name - attribute namelabel - attribute label@Deprecated public ValidatorInfo getValidator()
AbstractEditableAttributeInfo.getValidator()@Deprecated public void setValidator(ValidatorInfo validator)
AbstractEditableAttributeInfo.setValidator(ValidatorInfo)validator - validatorpublic boolean isEditable()
SecurityContext.isEditable in class AttributeBaseInfopublic void setEditable(boolean editable)
SecurityContext.setEditable in class AttributeBaseInfoeditable - "editable" capability for attributepublic String getLabel()
public void setLabel(String label)
label - labelpublic boolean isIdentifying()
public void setIdentifying(boolean identifying)
identifying - true when attribute is part of the feature idpublic boolean isHidden()
public void setHidden(boolean hidden)
hidden - new hidden status.public String getFormInputType()
public void setFormInputType(String formInputType)
formInputType - form input type to be used. Leave null when the default behavior is desired.@Deprecated public void setIncludedInForm(boolean includedInForm)
setHidden(boolean) insteadincludedInForm - new value.@Deprecated public boolean isIncludedInForm()
isHidden() insteadCopyright © 2015 Geosparc. All Rights Reserved.