Class PolymorphicGuiColumn
java.lang.Object
com.fishlib.dataobjects.WColumn
com.illumon.iris.gui.table.GuiColumn
com.illumon.iris.gui.table.AbstractDataColumn
com.illumon.iris.console.events.treetable.PolymorphicGuiColumn
- All Implemented Interfaces:
Serializable
,Comparable
An
AbstractDataColumn
that can have different types at different positions.
In order to be compatible with the existing ADC paradigm, this has the concept of a "primary" type. All of the existing
behaviors will operate on this primary type, but if the model
supports
it, can represent a complex intra-column structure.- See Also:
-
Field Summary
Fields inherited from class com.illumon.iris.gui.table.GuiColumn
DATE_FORMAT, renderer_
Fields inherited from class com.fishlib.dataobjects.WColumn
abbreviation_, columnInfo_, enums_, index_, isKey_, label_, name_, serializeAsObject_, shouldBeSerialized_, type_
-
Method Summary
Methods inherited from class com.illumon.iris.gui.table.AbstractDataColumn
clone, getValue
Methods inherited from class com.illumon.iris.gui.table.GuiColumn
getDefaultFormatter, getDescription, getFormattedValue, getRenderer, setColumnInfo, setDefaultFormatter, setDescription, setFormatter, setValue
Methods inherited from class com.fishlib.dataobjects.WColumn
compareTo, equals, getAbbreviation, getAttributeValue, getAttributeValue, getCodecName, getColumnInfo, getEnums, getIndex, getJavaType, getLabel, getName, getStrType, getType, hashCode, isADO, isBasicType, isKey, serializeAsObject, setAbbreviation, setIndex, setLabel, setName, setType, shouldBeSerialized
-
Method Details
-
getFormatter
- Overrides:
getFormatter
in classGuiColumn
-
toString
-