Public Member Functions | |
TCComponentListItem () | |
TCComponentListItem (TCComponent templateComponent, TCComponent translationComponentType) | |
TCComponent | getTemplateComponent () |
void | setTemplateComponent (TCComponent templateComponent) |
TCComponent | getTranslationComponent () |
void | setTranslationComponent (TCComponent translationComponent) |
String | toString () |
Static Public Attributes | |
static final String | STATUS_EDITED = "Edited" |
static final String | STATUS_DELETED = "Deleted" |
static final String | STATUS_NEW = "New" |
Package Attributes | |
double | id = 0 |
TCComponent | templateComponent = null |
TCComponent | translationComponent = null |
Private Member Functions | |
String | getStatus () |
String | getStatusDisplayString () |
String | getTypeString () |
String | getIdString () |
Static Private Member Functions | |
static Collection < TCComponentListItem > | createList (TCComponent[] fromTemplate, TCComponent[] fromTrans) |
mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.TCComponentListItem | ( | ) |
mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.TCComponentListItem | ( | TCComponent | templateComponent, | |
TCComponent | translationComponentType | |||
) |
TCComponent mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.getTemplateComponent | ( | ) |
Referenced by mixconfig.panels.TermsAndConditionsContentDialog.actionDeleteParagraph(), mixconfig.panels.TermsAndConditionsContentDialog.actionDeleteSection(), mixconfig.panels.TermsAndConditionsContentDialog.actionResetParagraph(), mixconfig.panels.TermsAndConditionsContentDialog.actionResetSection(), mixconfig.panels.TermsAndConditionsContentDialog.deleteSelectedComponent(), mixconfig.panels.TermsAndConditionsContentDialog.getCustomizedParagraph(), mixconfig.panels.TermsAndConditionsContentDialog.getCustomizedSection(), mixconfig.panels.TermsAndConditionsContentDialog.getSelectedTemplateParagraph(), and mixconfig.panels.TermsAndConditionsContentDialog.getSelectedTemplateSection().
void mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.setTemplateComponent | ( | TCComponent | templateComponent | ) |
TCComponent mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.getTranslationComponent | ( | ) |
Referenced by mixconfig.panels.TermsAndConditionsContentDialog.deleteSelectedComponent(), mixconfig.panels.TermsAndConditionsContentDialog.getCustomizedParagraph(), mixconfig.panels.TermsAndConditionsContentDialog.getCustomizedSection(), mixconfig.panels.TermsAndConditionsContentDialog.getSelectedTranslationParagraph(), mixconfig.panels.TermsAndConditionsContentDialog.getSelectedTranslationSection(), and mixconfig.panels.TermsAndConditionsContentDialog.resetCustomizedComponent().
void mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.setTranslationComponent | ( | TCComponent | translationComponent | ) |
String mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.getStatus | ( | ) | [private] |
Referenced by mixconfig.panels.TermsAndConditionsContentDialog.deleteSelectedComponent(), mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItemRenderer.getListCellRendererComponent(), mixconfig.panels.TermsAndConditionsContentDialog.isItemDeletable(), and mixconfig.panels.TermsAndConditionsContentDialog.resetCustomizedComponent().
String mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.getStatusDisplayString | ( | ) | [private] |
String mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.getTypeString | ( | ) | [private] |
String mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.getIdString | ( | ) | [private] |
String mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.toString | ( | ) |
static Collection<TCComponentListItem> mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.createList | ( | TCComponent[] | fromTemplate, | |
TCComponent[] | fromTrans | |||
) | [static, private] |
final String mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.STATUS_EDITED = "Edited" [static] |
final String mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.STATUS_DELETED = "Deleted" [static] |
final String mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.STATUS_NEW = "New" [static] |
double mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.id = 0 [package] |
TCComponent mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.templateComponent = null [package] |
TCComponent mixconfig.panels.TermsAndConditionsContentDialog.TCComponentListItem.translationComponent = null [package] |