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