|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fuin.objects4j.RenderClassInfo<T>
T - Type of the class this render information is for.@Immutable public final class RenderClassInfo<T>
Container for all information that is available to render a field of a class.
| Constructor Summary | |
|---|---|
RenderClassInfo(Class<T> clasz,
Locale locale)
Constructor with class to render. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
Class<?> |
getClasz()
Returns the class the label is for. |
LabelClassInfo |
getLabelClassInfo()
Returns the label info for the class. |
List<RenderFieldInfo> |
getRenderFields()
Returns a list with all fields that have render information. |
int |
hashCode()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
@Requires(value="clasz != null")
public RenderClassInfo(Class<T> clasz,
Locale locale)
clasz - Class with render information.locale - Locale to use.| Method Detail |
|---|
public final Class<?> getClasz()
public final LabelClassInfo getLabelClassInfo()
null.public final List<RenderFieldInfo> getRenderFields()
public final int hashCode()
hashCode in class Objectpublic final boolean equals(Object obj)
equals in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||