|
||||||||||
| 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.util.beans.editor.IlvTaggedIntValueEditor
ilog.views.maps.beans.editor.AttachmentPropertyEditor
public class AttachmentPropertyEditor
Internal use only class.
| Constructor Summary | |
|---|---|
AttachmentPropertyEditor()
Deprecated. Creates a new AttachmentPropertyEditor. |
|
| Method Summary | |
|---|---|
protected int[] |
createIntValues()
Deprecated. Returns a new array of ints representing the int values of the property. |
protected String[] |
createStringValues()
Deprecated. Returns a new array of Strings representing Java expressions that evaluate to the values of the property. |
protected String[] |
createTags()
Deprecated. Returns a new array of Strings representing the values of the property. |
| Methods inherited from class ilog.views.util.beans.editor.IlvTaggedIntValueEditor |
|---|
createLocalizedTextValues, getAsCSSValue, getAsLocalizedText, getAsText, getJavaInitializationString, getTags, getValuesAsLocalizedText, init, setAsLocalizedText, setAsText |
| Methods inherited from class java.beans.PropertyEditorSupport |
|---|
addPropertyChangeListener, firePropertyChange, getCustomEditor, getSource, getValue, isPaintable, paintValue, removePropertyChangeListener, setSource, setValue, supportsCustomEditor |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface java.beans.PropertyEditor |
|---|
addPropertyChangeListener, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor |
| Methods inherited from interface java.beans.PropertyEditor |
|---|
addPropertyChangeListener, getCustomEditor, getValue, isPaintable, paintValue, removePropertyChangeListener, setValue, supportsCustomEditor |
| Constructor Detail |
|---|
public AttachmentPropertyEditor()
AttachmentPropertyEditor.
| Method Detail |
|---|
protected String[] createTags()
If the method IlvTaggedIntValueEditor.getAsCSSValue() is not overridden,
this method is used for representing the values in a CSS style sheet.
Therefore, this method should not return localized strings.
This method is also used for representing the values in a property sheet. Therefore, this method should not return strings starting with a full Java class name.
Backward compatibility constraint: If the set of tags of a class changes,
you need to make sure that the getAsText method still accepts
the older values. This is needed for reading old CSS files.
createTags in class ilog.views.util.beans.editor.IlvTaggedIntValueEditorIlvTaggedIntValueEditor.createTags()protected String[] createStringValues()
This method in used in the implementation of
IlvTaggedIntValueEditor.getJavaInitializationString().
createStringValues in class ilog.views.util.beans.editor.IlvTaggedIntValueEditorIlvTaggedIntValueEditor.createStringValues()protected int[] createIntValues()
createIntValues in class ilog.views.util.beans.editor.IlvTaggedIntValueEditorIlvTaggedIntValueEditor.createIntValues()
|
||||||||||
| PREV CLASS Documentation homepage NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||