Public Member Functions | |
DocumentLabel (Object entity, boolean linkEntity) | |
DocumentLabel (Object entity) | |
DocumentLabel () | |
void | generate () |
Public Member Functions inherited from org.turro.command.LabelControl | |
LabelControl () | |
LabelControl (Object entity) | |
LabelControl (Object entity, boolean linkEntity) | |
Object | getEntity () |
void | setEntity (Object entity) |
boolean | isLinkEntity () |
void | setLinkEntity (boolean linkEntity) |
int | getMaxChars () |
void | setMaxChars (int maxChars) |
void | afterCompose () |
void | setContext (Popup popup) |
Additional Inherited Members | |
Protected Attributes inherited from org.turro.command.LabelControl | |
Object | entity |
Definition at line 30 of file DocumentLabel.java.
org.turro.financials.command.DocumentLabel.DocumentLabel | ( | Object | entity, |
boolean | linkEntity | ||
) |
Definition at line 32 of file DocumentLabel.java.
org.turro.financials.command.DocumentLabel.DocumentLabel | ( | Object | entity | ) |
Definition at line 36 of file DocumentLabel.java.
org.turro.financials.command.DocumentLabel.DocumentLabel | ( | ) |
Definition at line 40 of file DocumentLabel.java.
void org.turro.financials.command.DocumentLabel.generate | ( | ) |
Reimplemented from org.turro.command.LabelControl.
Definition at line 44 of file DocumentLabel.java.