org.granite.tide.annotations
Annotation Type TideUI
@Documented
@Inherited
@Retention(value=RUNTIME)
@Target(value={METHOD,FIELD})
public @interface TideUI
sortIndex
public abstract int sortIndex
- Default:
- 0
label
public abstract boolean label
- Default:
- false
display
public abstract boolean display
- Default:
- true
editable
public abstract boolean editable
- Default:
- true
inline
public abstract boolean inline
- Default:
- true
inCreate
public abstract boolean inCreate
- Default:
- true
inEdit
public abstract boolean inEdit
- Default:
- true
format
public abstract String format
- Default:
- ""
inList
public abstract String[] inList
- Default:
- {}
widget
public abstract String widget
- Default:
- ""
password
public abstract boolean password
- Default:
- false