|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Requires | |
|---|---|
| org.fuin.objects4j | |
| Uses of Requires in org.fuin.objects4j |
|---|
| Methods in org.fuin.objects4j with annotations of type Requires | |
|---|---|
static java.util.List<TableColumnInfo> |
TableColumnInfo.create(java.lang.Class<?> clasz,
java.util.Locale locale)
Return a list of table column informations for the given class. |
static java.util.List<LabelFieldInfo> |
LabelFieldInfo.create(java.lang.Class<?> clasz,
java.util.Locale locale)
Returns label informations for all field of a class that are annotated with Label. |
static LabelClassInfo |
LabelClassInfo.create(java.lang.Class<?> clasz,
java.util.Locale locale)
Returns the label information for a given class. |
static TextFieldInfo |
TextFieldInfo.create(java.lang.reflect.Field field,
java.util.Locale locale)
Return the text field information for a given field. |
static TableColumnInfo |
TableColumnInfo.create(java.lang.reflect.Field field,
java.util.Locale locale)
Return the table column information for a given field. |
static LabelFieldInfo |
LabelFieldInfo.create(java.lang.reflect.Field field,
java.util.Locale locale)
Returns the label information for a given field of a class. |
static java.util.ResourceBundle |
LabelInfo.getResourceBundle(Label label,
java.util.Locale locale,
java.lang.Class<?> clasz)
Returns the resource bundle for a given label. |
static java.lang.String |
LabelInfo.getShortText(java.util.ResourceBundle bundle,
Label label,
java.lang.String defaultKey)
Returns the short text for the label. |
static java.lang.String |
LabelInfo.getText(java.util.ResourceBundle bundle,
Label label,
java.lang.String defaultKey)
Returns the text for the label. |
| Constructors in org.fuin.objects4j with annotations of type Requires | |
|---|---|
EmailAddress(java.lang.String emailAddress)
Constructor with email address. |
|
LabelClassInfo(java.lang.Class<?> clasz,
java.lang.String text,
java.lang.String shortText)
Constructor with class, text and abbreviation. |
|
LabelFieldInfo(java.lang.reflect.Field field,
java.lang.String text,
java.lang.String shortText)
Constructor with field, text and abbreviation. |
|
Password(java.lang.String password)
Constructor with password. |
|
PasswordSha512(Password password)
Constructor with password. |
|
PasswordSha512(java.lang.String hexEncodedHash)
Constructor with HEX encoded hash string. |
|
RenderClassInfo(java.lang.Class<T> clasz,
java.util.Locale locale)
Constructor with class to render. |
|
RenderFieldInfo(java.lang.reflect.Field field,
LabelFieldInfo labelFieldInfo,
TextFieldInfo textFieldInfo,
TableColumnInfo tableColumnInfo)
Constructor with all data. |
|
TableColumnInfo(java.lang.reflect.Field field,
java.lang.String text,
java.lang.String shortText,
int pos,
FontSize width,
java.lang.String getter)
Constructor with all data. |
|
TextFieldInfo(java.lang.reflect.Field field,
int width)
Constructor with all data. |
|
UserName(java.lang.String userName)
Constructor with user name. |
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||