org.kuali.rice.krad.data.provider.annotation
Annotation Type UifDisplayHint


@Beta
public @interface UifDisplayHint

BETA: Class representing the hints which can be passed through when auto-generating the input fields for an attribute.

Author:
Kuali Rice Team (rice.collab@kuali.org)

Required Element Summary
 UifDisplayHintType value
          (Required) Gets the type of the display hint.
 
Optional Element Summary
 String id
          (Optional) Gets the section id for the UifDisplayHintType of SECTION.
 String label
          (Optional) Gets the section label for the UifDisplayHintType of SECTION.
 

Element Detail

value

public abstract UifDisplayHintType value
(Required) Gets the type of the display hint.

Returns:
the type of the display hint.

id

public abstract String id
(Optional) Gets the section id for the UifDisplayHintType of SECTION.

Returns:
the section id for the UifDisplayHintType of SECTION.
Default:
""

label

public abstract String label
(Optional) Gets the section label for the UifDisplayHintType of SECTION.

Returns:
the section label for the UifDisplayHintType of SECTION.
Default:
""


Copyright © 2005–2014 The Kuali Foundation. All rights reserved.