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
public class PolymorphicGuiColumn extends AbstractDataColumn
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:
- Serialized Form
-
Field Summary
-
Method Summary
Modifier and Type Method Description Format
getFormatter()
String
toString()
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
-