Package com.illumon.iris.console.events
Class PersistentQueryPanelColumn
java.lang.Object
com.fishlib.dataobjects.WColumn
com.illumon.iris.gui.table.GuiColumn
com.illumon.iris.console.events.PersistentQueryPanelColumn
- All Implemented Interfaces:
Serializable
,Comparable
A custom column for displaying data in the Persistent Query Config Table. The column relies on
PersistentQueryConfigTableUtils
to provide functions that convert PersistentQueryInfo
into column data.- 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_
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionclone()
getValue
(TableModel model, int row) getValue
(TableModel model, int row, Map<Long, PersistentQueryInfo> queryInfos) void
setColumnInfo
(org.jdom2.Element columnInfo) Methods inherited from class com.illumon.iris.gui.table.GuiColumn
getDefaultFormatter, getDescription, getFormattedValue, getFormatter, 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
-
Constructor Details
-
PersistentQueryPanelColumn
public PersistentQueryPanelColumn(org.jdom2.Element columnInfo)
-
-
Method Details
-
getValue
-
getValue
-
clone
- Overrides:
clone
in classcom.fishlib.dataobjects.WColumn
-
getRenderer
- Overrides:
getRenderer
in classGuiColumn
-
setColumnInfo
public void setColumnInfo(org.jdom2.Element columnInfo) - Overrides:
setColumnInfo
in classGuiColumn
-