|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjava.beans.PropertyEditorSupport
ilog.views.maps.beans.editor.IlvLabelAttributePropertyEditor
public class IlvLabelAttributePropertyEditor
A property edition to choose a string among an array of strings.
| Field Summary | |
|---|---|
static String |
NO_LABEL_AVAILABLE
String indicating that no labeling is available. |
static String |
NO_LABELING
String indicating that no labeling should occur. |
| Constructor Summary | |
|---|---|
IlvLabelAttributePropertyEditor()
Constructs a IlvLabelAttributePropertyEditor |
|
| Method Summary | |
|---|---|
String |
getAsText()
Returns the selected object's value. |
String[] |
getTags()
Returns the value of this object, which is an array of strings, as tagged values. |
Object |
getValue()
Gets the value of the property. |
void |
setAsText(String text)
Sets the selected value |
void |
setTarget(Object target)
Sets the target (an IlvMapStyle) for this editor. |
void |
setValue(Object value)
Set (or change) the object that is to be edited. |
| Methods inherited from class java.beans.PropertyEditorSupport |
|---|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getJavaInitializationString, getSource, isPaintable, paintValue, removePropertyChangeListener, setSource, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final String NO_LABEL_AVAILABLE
public static final String NO_LABELING
| Constructor Detail |
|---|
public IlvLabelAttributePropertyEditor()
IlvLabelAttributePropertyEditor
| Method Detail |
|---|
public void setTarget(Object target)
IlvMapStyle) for this editor.
target - The style to set.public void setValue(Object value)
setValue in interface PropertyEditorsetValue in class PropertyEditorSupportvalue - the new object value. public Object getValue()
getValue in interface PropertyEditorgetValue in class PropertyEditorSupportString[]public String[] getTags()
getTags in interface PropertyEditorgetTags in class PropertyEditorSupportpublic String getAsText()
getAsText in interface PropertyEditorgetAsText in class PropertyEditorSupportpublic void setAsText(String text)
setAsText in interface PropertyEditorsetAsText in class PropertyEditorSupporttext -
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||