Package is.codion.tools.monitor.model
Class ServerMonitor.OperationColumns
java.lang.Object
is.codion.tools.monitor.model.ServerMonitor.OperationColumns
- All Implemented Interfaces:
FilterTableModel.TableColumns<EntityServerAdmin.DomainOperation,String>
- Enclosing class:
ServerMonitor
public static final class ServerMonitor.OperationColumns
extends Object
implements FilterTableModel.TableColumns<EntityServerAdmin.DomainOperation,String>
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionClass<?> columnClass(String identifier) This method gets called quite often, so it is recommended to return a constant List instance, instead of creating one each time.value(EntityServerAdmin.DomainOperation row, String identifier) Returns a value for the given row and identifierMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface is.codion.swing.common.model.component.table.FilterTableModel.TableColumns
caption, comparable, comparator, description, formatted, identifier
-
Field Details
-
TYPE
- See Also:
-
OPERATION
- See Also:
-
CLASS
- See Also:
-
-
Constructor Details
-
OperationColumns
public OperationColumns()
-
-
Method Details
-
identifiers
Description copied from interface:FilterTableModel.TableColumnsThis method gets called quite often, so it is recommended to return a constant List instance, instead of creating one each time.- Specified by:
identifiersin interfaceFilterTableModel.TableColumns<EntityServerAdmin.DomainOperation,String> - Returns:
- the column identifiers
-
columnClass
- Specified by:
columnClassin interfaceFilterTableModel.TableColumns<EntityServerAdmin.DomainOperation,String> - Parameters:
identifier- the column identifier- Returns:
- the column class for the given column
-
value
Description copied from interface:FilterTableModel.TableColumnsReturns a value for the given row and identifier- Specified by:
valuein interfaceFilterTableModel.TableColumns<EntityServerAdmin.DomainOperation,String> - Parameters:
row- the object representing a given rowidentifier- the column identifier- Returns:
- a value for the given row and column
-