| Package | Description |
|---|---|
| to.etc.domui.component.buttons |
This package contains all kinds of action buttons.
|
| to.etc.domui.component.ckeditor | |
| to.etc.domui.component.layout | |
| to.etc.domui.component.layout.title | |
| to.etc.domui.component.lookup | |
| to.etc.domui.component.menu | |
| to.etc.domui.component.misc | |
| to.etc.domui.component.tbl | |
| to.etc.domui.component.upload | |
| to.etc.domui.component2.combo | |
| to.etc.domui.component2.lookupinput | |
| to.etc.domui.dom.html |
| Constructor and Description |
|---|
CalcButton(String txt,
IClicked<CalcButton> clicked)
Deprecated.
|
CalcButton(String txt,
String icon,
IClicked<CalcButton> clicked)
Deprecated.
|
DefaultButton(String txt,
IClicked<DefaultButton> clicked) |
DefaultButton(String txt,
String icon,
IClicked<DefaultButton> clicked) |
HoverButton(String rurl,
IClicked<HoverButton> cl)
If the rurl is prefixed with THEME/ it specifies an image from the current THEME's directory.
|
LinkButton(String txt,
IClicked<? extends NodeBase> clk) |
LinkButton(String txt,
String image,
IClicked<? extends NodeBase> clk) |
SmallHoverButton(String rurl,
IClicked<SmallHoverButton> cl)
Deprecated.
If the rurl is prefixed with THEME/ it specifies an image from the current THEME's directory.
|
SmallImgButton(String rurl,
IClicked<SmallImgButton> cl)
If the rurl is prefixed with THEME/ it specifies an image from the current THEME's directory.
|
| Modifier and Type | Method and Description |
|---|---|
IClicked<NodeBase> |
CKEditor.getOnDomuiImageClicked() |
IClicked<NodeBase> |
CKEditor.getOnDomuiOddCharsClicked() |
| Modifier and Type | Method and Description |
|---|---|
void |
CKEditor.setOnDomuiImageClicked(IClicked<NodeBase> onDomuiImageClicked) |
void |
CKEditor.setOnDomuiOddCharsClicked(IClicked<NodeBase> onDomuiOddCharsClicked) |
| Modifier and Type | Method and Description |
|---|---|
void |
AppPageTitleBar.addButton(String image,
String hint,
IClicked<NodeBase> handler) |
| Modifier and Type | Method and Description |
|---|---|
IClicked<NodeBase> |
LookupForm.getOnAfterCollapse()
Returns listener to after collapse event.
|
IClicked<NodeBase> |
LookupForm.getOnAfterRestore()
Returns listener to after restore event.
|
IClicked<LookupForm<T>> |
LookupForm.getOnCancel() |
IClicked<? extends LookupForm<T>> |
LookupForm.getOnClear() |
IClicked<LookupForm<T>> |
LookupForm.getOnNew()
Sets the onNew handler.
|
IClicked<LookupForm<T>> |
LookupForm.getSearchClicked() |
| Modifier and Type | Method and Description |
|---|---|
void |
LookupForm.setOnAfterCollapse(IClicked<NodeBase> onAfterCollapse)
Attach listener to after collpase event.
|
void |
LookupForm.setOnAfterRestore(IClicked<NodeBase> onAfterRestore)
Attach listener to after restore event.
|
void |
LookupForm.setOnCancel(IClicked<LookupForm<T>> onCancel)
When set, this causes a "cancel" button to be added to the form.
|
void |
LookupForm.setOnClear(IClicked<? extends LookupForm<T>> onClear)
Listener to call when the "clear" button is pressed.
|
void |
LookupForm.setOnNew(IClicked<LookupForm<T>> onNew)
Returns the onNew handler.
|
| Modifier and Type | Method and Description |
|---|---|
IClicked<NodeBase> |
PopupMenu.Item.getClicked() |
| Modifier and Type | Method and Description |
|---|---|
void |
PopupMenu.addItem(String caption,
String icon,
IClicked<NodeBase> clk) |
void |
PopupMenu.Submenu.addItem(String caption,
String icon,
IClicked<NodeBase> clk) |
void |
SimplePopupMenu.addItem(String caption,
String icon,
IClicked<NodeBase> clk) |
void |
PopupMenu.addItem(String caption,
String icon,
String hint,
boolean disabled,
IClicked<NodeBase> clk) |
void |
PopupMenu.Submenu.addItem(String caption,
String icon,
String hint,
boolean disabled,
IClicked<NodeBase> clk) |
void |
SimplePopupMenu.addItem(String caption,
String icon,
String hint,
boolean disabled,
IClicked<NodeBase> clk) |
| Constructor and Description |
|---|
Item(String icon,
String title,
String hint,
boolean disabled,
IClicked<NodeBase> clicked,
PopupMenu.Submenu parent) |
| Modifier and Type | Method and Description |
|---|---|
static DefaultButton |
MsgBox.areYouSureButton(String text,
String message,
IClicked<DefaultButton> ch)
Create a button which will show an "are you sure" yes/no dialog with a specified text.
|
static DefaultButton |
MsgBox.areYouSureButton(String text,
String icon,
String message,
IClicked<DefaultButton> ch)
Create a button which will show an "are you sure" yes/no dialog with a specified text.
|
static LinkButton |
MsgBox.areYouSureLinkButton(String text,
String message,
IClicked<LinkButton> ch)
Create a button which will show an "are you sure" yes/no dialog with a specified text.
|
static LinkButton |
MsgBox.areYouSureLinkButton(String text,
String icon,
String message,
IClicked<LinkButton> ch)
Create a LinkButton which will show an "are you sure" yes/no dialog with a specified text.
|
static void |
MsgBox.continueCancel(NodeBase dad,
String string,
IClicked<MsgBox> onAnswer)
Ask a continue/cancel confirmation, and call the IClicked handler for CONTINUE only.
|
MsgBox2 |
MsgBox2.onAnswer(IClicked<MsgBox2> clicked) |
static void |
MsgBox.yesNo(NodeBase dad,
MsgBox.Type msgtype,
String string,
IClicked<MsgBox> onAnswer)
Ask a yes/no confirmation; call the onAnswer handler if YES is selected and do nothing otherwise.
|
static void |
MsgBox.yesNo(NodeBase dad,
String string,
IClicked<MsgBox> onAnswer)
Ask a yes/no confirmation; call the onAnswer handler if YES is selected and do nothing otherwise.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DataPager.addButton(String image,
IClicked<DataPager> click,
BundleRef bundle,
String ttlkey) |
void |
DataPager.addButton(String img,
IClicked<SmallImgButton> clicked) |
| Modifier and Type | Method and Description |
|---|---|
IClicked<BulkUploadButton> |
BulkUploadButton.getOnUploadsComplete()
Event handler called when all uploads have completed.
|
IClicked<BulkUpload> |
BulkUpload.getOnUploadsComplete()
Event handler called when all uploads have completed.
|
IClicked<BulkUploadButton> |
BulkUploadButton.getOnUploadsStarted()
Event handler called when the file(s) have been selected and the upload of the 1st one has started.
|
IClicked<BulkUpload> |
BulkUpload.getOnUploadsStarted()
Event handler called when the file(s) have been selected and the upload of the 1st one has started.
|
| Modifier and Type | Method and Description |
|---|---|
void |
BulkUpload.setOnUploadsComplete(IClicked<BulkUpload> onUploadsComplete) |
void |
BulkUploadButton.setOnUploadsComplete(IClicked<BulkUploadButton> onUploadsComplete) |
void |
BulkUpload.setOnUploadsStarted(IClicked<BulkUpload> onUploadsStarted) |
void |
BulkUploadButton.setOnUploadsStarted(IClicked<BulkUploadButton> onUploadsStarted) |
| Modifier and Type | Method and Description |
|---|---|
void |
ComboComponentBase2.addExtraButton(String img,
String title,
IClicked<NodeBase> click)
Add a small image button after the combo.
|
| Modifier and Type | Method and Description |
|---|---|
IClicked<DefaultLookupInputDialog<QT,OT>> |
DefaultLookupInputDialog.getOnSelection()
The handler to call when a selection is made or the dialog is closed; if the dialog
is closed the value will be null.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DefaultLookupInputDialog.setOnSelection(IClicked<DefaultLookupInputDialog<QT,OT>> onSelection) |
| Modifier and Type | Method and Description |
|---|---|
void |
Select.addExtraButton(String img,
String title,
IClicked<NodeBase> click)
Add a small image button after the combo.
|
Copyright © 2017 etc.to. All rights reserved.