Package com.illumon.iris.controller
Class ConfigurationType.ExtraColumn
java.lang.Object
com.illumon.iris.controller.ConfigurationType.ExtraColumn
- All Implemented Interfaces:
Serializable
- Enclosing class:
- ConfigurationType
public static class ConfigurationType.ExtraColumn extends Object implements Serializable
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description String
name
Class<? extends ColumnRenderer>
rendererClass
String
rendererName
-
Constructor Summary
Constructors Constructor Description ExtraColumn(String name, Class<? extends ColumnRenderer> rendererClass)
-
Method Summary