Interface Item
-
- All Known Implementing Classes:
ItemBoolean,ItemCombo,ItemConnectedCombo,ItemDate,ItemDouble,ItemDynamicText,ItemImagelib,ItemInteger,ItemLabel,ItemMap,ItemOneToManyConnectedCombo,ItemPicture,ItemSketch,ItemText,ItemTextArea,ItemTime
public interface ItemThe form item interface.- Author:
- Andrea Antonello (www.hydrologis.com)
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description StringgetKey()default StringgetRangeString(double[] range, boolean[] rangeInclusiveness)default StringgetRangeString(double min, double max, boolean ri1, boolean ri2)default StringgetRangeString(int[] range, boolean[] rangeInclusiveness)StringgetValue()voidsetValue(String value)
-
-
-
Method Detail
-
getKey
String getKey()
-
setValue
void setValue(String value)
-
getValue
String getValue()
-
getRangeString
default String getRangeString(double[] range, boolean[] rangeInclusiveness)
-
getRangeString
default String getRangeString(int[] range, boolean[] rangeInclusiveness)
-
getRangeString
default String getRangeString(double min, double max, boolean ri1, boolean ri2)
-
-