|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Mask | |
com.retek.commons.gui.core | |
com.retek.commons.gui.mask | |
com.retek.commons.gui.table | |
com.retek.commons.gui.widget | |
com.retek.rcom.gui.html |
Uses of Mask in com.retek.commons.gui.core |
Methods in com.retek.commons.gui.core with parameters of type Mask | |
void |
WidgetManager.registerMask(java.lang.String widgetName,
Mask mask)
Registers a format mask for a particular widget name. |
Uses of Mask in com.retek.commons.gui.mask |
Classes in com.retek.commons.gui.mask that implement Mask | |
class |
AddressMask
This classes handles formatting and unformatting addresses. |
class |
AsteriskMask
|
class |
CapitalLetterMask
This classes handles formatting and unformatting capital letters. |
class |
CreditCardMask
|
class |
CurrencyMask
This class handles formatting and unformatting currency fields. |
class |
CustomerNameMask
This classes handles formatting and unformatting customer names. |
class |
DateMask
|
class |
DateTimeMask
|
class |
DecimalMask
|
class |
DecimalPercentMask
|
class |
NegativeCurrencyMask
This class handles formatting and unformatting currency fields. |
class |
PercentMask
|
class |
PhoneNumberMask
This classes handles formatting and unformatting phone numbers. |
class |
PostalCodeMask
This classes handles formatting and unformatting postal codes. |
class |
QuantityMask
This classes handles formatting and unformatting quantity fields. |
class |
SellingItemMask
Ensures that selling item is displayed as ###-#####... |
class |
TimeMask
This classes handles formatting and unformatting time fields. |
Uses of Mask in com.retek.commons.gui.table |
Methods in com.retek.commons.gui.table that return Mask | |
Mask |
ColumnProperties.getColumnMask()
Retrieves the mask of the column properties. |
Methods in com.retek.commons.gui.table with parameters of type Mask | |
void |
REntryTable.setColumnMask(java.lang.String label,
Mask mask)
Assigns a mask to a column within the primary row. |
void |
REntryTable.setColumnMask(int level,
int column,
Mask mask)
Assigns a mask to a column within a row level. |
void |
ColumnProperties.setColumnMask(Mask mask)
Assigns a mask in the column properties. |
void |
RLayerTable.setColumnMask(java.lang.String label,
Mask mask)
Assigns a mask to a column within the primary row. |
void |
RLayerTable.setColumnMask(int level,
int column,
Mask mask)
Assigns a mask to a column within a row level. |
void |
RDisplayTableCellRenderer.setMask(Mask formatMask)
Assigns a format mask to the table cell renderer to format the text displayed in the table cell. |
void |
RDisplayTable.setMask(java.lang.String columnName,
Mask formatMask)
Assigns a formatted mask to all table cells within a column. |
Uses of Mask in com.retek.commons.gui.widget |
Fields in com.retek.commons.gui.widget declared as Mask | |
protected Mask |
RTextField.formatMask
|
Methods in com.retek.commons.gui.widget with parameters of type Mask | |
void |
RDateField.setMask(Mask mask)
Sets the formatting mask on the component. |
void |
RTextArea.setMask(Mask formatMask)
Assigns a format mask to the text area. |
void |
RTextField.setMask(Mask formatMask)
Assigns a format mask to the text field. |
Uses of Mask in com.retek.rcom.gui.html |
Methods in com.retek.rcom.gui.html with parameters of type Mask | |
void |
HtmlTemplate.setTagMask(java.lang.String tagName,
Mask mask)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |