@Retention(value=RUNTIME) @Target(value=METHOD) @Documented public static @interface FieldBuilder.ListSelect
ListSelect.| Modifier and Type | Optional Element and Description |
|---|---|
int |
rows
Get the number of rows in the editor.
|
Class<? extends ListSelect> |
type
Get the
ListSelect type that will edit the property. |
public abstract Class<? extends ListSelect> type
ListSelect type that will edit the property. Type must have a no-arg constructor.public abstract int rows
ListSelect.setRows(int)Copyright © 2017. All rights reserved.