|
Carrot2 v3.5.2
API Documentation |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.carrot2.util.attribute.AttributeInfo
public final class AttributeInfo
Description of an Attribute of a Bindable type, including
javadoc documentation and compile-time extracted tags.
| Field Summary | |
|---|---|
String |
className
Name of the declaring class. |
String |
description
Attribute description (javadoc excerpt). |
String |
fieldName
Name of the declaring field. |
String |
group
Attribute group in the user interface. |
String |
javaDoc
Complete JavaDoc. |
String |
key
Attribute key. |
String |
label
Attribute label. |
AttributeLevel |
level
Attribute level in the user interface. |
String |
title
Attribute title. |
| Constructor Summary | |
|---|---|
AttributeInfo(String key,
String className,
String fieldName,
String javaDoc,
String label,
String title,
String description,
String group,
AttributeLevel level,
AttributeInfo inheritFrom)
|
|
| Method Summary |
|---|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public final String key
public final String fieldName
public final String className
public final String javaDoc
public final String label
public final String title
public final String description
public final String group
public final AttributeLevel level
| Constructor Detail |
|---|
public AttributeInfo(String key,
String className,
String fieldName,
String javaDoc,
String label,
String title,
String description,
String group,
AttributeLevel level,
AttributeInfo inheritFrom)
|
Please refer to project documentation at
http://project.carrot2.org |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||