|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Ensures | |
|---|---|
| org.fuin.objects4j | |
| Uses of Ensures in org.fuin.objects4j |
|---|
| Methods in org.fuin.objects4j with annotations of type Ensures | |
|---|---|
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 RenderFieldInfo |
RenderFieldInfo.create(java.lang.reflect.Field field,
java.util.Locale locale)
Creates the render information for a given field. |
java.lang.reflect.Field |
TextFieldInfo.getField()
Returns the field. |
java.lang.reflect.Field |
TableColumnInfo.getField()
Returns the field. |
java.lang.reflect.Field |
RenderFieldInfo.getField()
Returns the field. |
java.lang.reflect.Field |
LabelFieldInfo.getField()
Returns the field. |
java.lang.String |
TableColumnInfo.getGetter()
The name of the getter for the table column field. |
java.lang.String |
RenderFieldInfo.getLabelText()
Returns the label text. |
static java.util.ResourceBundle |
LabelInfo.getResourceBundle(Label label,
java.util.Locale locale,
java.lang.Class<?> clasz)
Returns the resource bundle for a given label. |
java.lang.String |
LabelFieldInfo.getTextOrField()
Returns the text of the label or the name of the field if the text is null. |
java.lang.String |
TraceStringCapable.toTraceString()
Creates a representation of the command for tracing. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||