@Retention(value=RUNTIME) @Target(value=TYPE) public @interface Controller
Controller for a bean.
possible compositions: - baseType + baseAttribute - baseType + targetAttribute increase parameter are optional for a special increase button. the iconAttribute is optional if you have an attribute of type byte[]/blob/string to present the item.
| Modifier and Type | Required Element and Description |
|---|---|
String |
baseAttribute |
Class<? extends Serializable> |
baseType |
| Modifier and Type | Optional Element and Description |
|---|---|
boolean |
creationOnly |
String |
iconAttribute |
String |
increaseAttribute |
int |
increaseCount |
int |
increaseStep |
boolean |
showText |
String |
targetAttribute |
Class<? extends Serializable> |
targetType |
boolean |
transparent |
public abstract Class<? extends Serializable> baseType
public abstract String baseAttribute
public abstract Class<? extends Serializable> targetType
public abstract String targetAttribute
public abstract String iconAttribute
public abstract String increaseAttribute
Copyright © 2012–2020. All rights reserved.