com.univocity.api
Annotation Type UI


@Retention(value=RUNTIME)
public @interface UI

A annotation that allows configuration options to assist the graphical user interface in displaying components associated with the method.


Optional Element Summary
 String label
          Specifies what will be displayed as the name of the method in the GUI.
 int order
          Defines the order in which the method will be shown in the GUI.
 

label

public abstract String label
Specifies what will be displayed as the name of the method in the GUI. If no label is specified, the method's name (with better formatting) will be used.

Returns:
the string representation of what the GUI will use to identify the method.
Default:
""

order

public abstract int order
Defines the order in which the method will be shown in the GUI. A lower order number means that the method will be shown near the top of the interface, while a higher order number will be shown near the bottom.

Returns:
an int representing the position of the method
Default:
2147483647


Copyright © 2018 uniVocity Software Pty Ltd. All rights reserved.