@Retention(value=RUNTIME) @Target(value=TYPE) public @interface ColumnData
The following properties are supported.
Property | Property Value | Description |
---|---|---|
value |
ColumnData.SdkColumnCommand.CREATE |
Scout SDK creates a property for the given column in the table data. |
ColumnData.SdkColumnCommand.IGNORE |
Scout SDK ignores the column in the table data. | |
The NameField will not be considered in the form data. The NameField is an inner type in a form.ColumnData(SdkColumnCommand.IGNORE) public class DisplayColumn extends AbstractStringColumn { ... }
Modifier and Type | Required Element and Description |
---|---|
ColumnData.SdkColumnCommand |
value |
public abstract ColumnData.SdkColumnCommand value
Copyright © 2010–2017. All rights reserved.