public interface RSButtonsConfig
Modifier and Type | Field and Description |
---|---|
static int |
BUTTON_APPROVE |
static int |
BUTTON_ATTACH |
static int |
BUTTON_CLOSE |
static int |
BUTTON_COPY |
static int |
BUTTON_DELETE_UNDELETE |
static int |
BUTTON_DOCK_UNDOCK |
static int |
BUTTON_EMAIL |
static int |
BUTTON_MAXIMIZE |
static int |
BUTTON_MINIMIZE |
static int |
BUTTON_NAVIGATE |
static int |
BUTTON_NEW |
static int |
BUTTON_QUERY |
static int |
BUTTON_SELECT_RECORD |
static int |
BUTTON_TABLE_FORM |
Modifier and Type | Method and Description |
---|---|
void |
hideRSButtonForm(int buttonId)
hideRSButtonForm allows you to hide rs button in form view
|
void |
hideRSButtonTable(int buttonId)
hideRSButtonTable allows you to hide rs button in table view
|
void |
leftAlignRSButtons(boolean set)
for use in TESS wizards where designers want to should result set buttons on the left side of the
result set toolbar
|
void |
setRSToolbarTitleCopy(java.lang.String messageId)
Use this method to customize result set New button text
|
void |
setRSToolbarTitleDelete(java.lang.String messageIdDelete,
java.lang.String messageIdUnDelete)
Use this method to customize result set Delete button texts
|
void |
setRSToolbarTitleForm(java.lang.String messageIdForm,
java.lang.String messageIdTable)
Use this method to customize result set Form button texts
|
void |
setRSToolbarTitleNew(java.lang.String messageId)
Use this method to customize result set New button text
|
void |
setRSToolbarTitleQuery(java.lang.String messageId)
Use this method to customize result set New button text
|
void |
setRSToolbarToolTipCopy(java.lang.String messageId)
Use this method to customize result set Copy button tooltip
|
void |
setRSToolbarToolTipDelete(java.lang.String messageIdDelete,
java.lang.String messageIdUnDelete)
Use this method to customize result set Delete tooltip
|
void |
setRSToolbarToolTipForm(java.lang.String messageIdForm,
java.lang.String messageIdTable)
Use this method to customize result set Form button tooltip
|
void |
setRSToolbarToolTipNew(java.lang.String messageId)
Use this method to customize result set New button tooltip
|
void |
setRSToolbarToolTipQuery(java.lang.String messageId)
Use this method to customize result set Query tooltip
|
void |
showRSTabButton(int buttonId,
java.lang.String tabId,
boolean show)
showRSTabButton allows you to override default show/hide algorithm for specific tab in the form view.
|
static final int BUTTON_NEW
static final int BUTTON_COPY
static final int BUTTON_DELETE_UNDELETE
static final int BUTTON_NAVIGATE
static final int BUTTON_TABLE_FORM
static final int BUTTON_QUERY
static final int BUTTON_SELECT_RECORD
static final int BUTTON_DOCK_UNDOCK
static final int BUTTON_MINIMIZE
static final int BUTTON_MAXIMIZE
static final int BUTTON_EMAIL
static final int BUTTON_ATTACH
static final int BUTTON_APPROVE
static final int BUTTON_CLOSE
void setRSToolbarTitleNew(java.lang.String messageId)
messageId
- void setRSToolbarTitleDelete(java.lang.String messageIdDelete, java.lang.String messageIdUnDelete)
messageIdDelete
- customize Delete textmessageIdUnDelete
- customize Undelete textvoid setRSToolbarTitleCopy(java.lang.String messageId)
messageId
- void setRSToolbarTitleForm(java.lang.String messageIdForm, java.lang.String messageIdTable)
messageIdForm
- customize Form textmessageIdTable
- customize Table textvoid setRSToolbarTitleQuery(java.lang.String messageId)
messageId
- void setRSToolbarToolTipNew(java.lang.String messageId)
messageId
- void setRSToolbarToolTipDelete(java.lang.String messageIdDelete, java.lang.String messageIdUnDelete)
messageIdDelete
- customize Delete tooltipmessageIdUnDelete
- customize Undelete tooltipvoid setRSToolbarToolTipCopy(java.lang.String messageId)
messageId
- void setRSToolbarToolTipForm(java.lang.String messageIdForm, java.lang.String messageIdTable)
messageIdForm
- customize Form tooltipmessageIdTable
- customize Table tooltipvoid setRSToolbarToolTipQuery(java.lang.String messageId)
messageId
- void hideRSButtonForm(int buttonId)
buttonId
- buttonId rs button id or button group , see BUTTON_% constantsvoid hideRSButtonTable(int buttonId)
buttonId
- buttonId rs button id or button group , see BUTTON_% constantsvoid showRSTabButton(int buttonId, java.lang.String tabId, boolean show)
buttonId
- buttonId rs button id or button group , see BUTTON_% constantstabId
- tabId for each you want ot override default button behaviorshow
- true/false to show/hidevoid leftAlignRSButtons(boolean set)
set
-