Package | Description |
---|---|
xdev.ui | |
xdev.ui.table | |
xdev.ui.text | |
xdev.vt |
Modifier and Type | Method and Description |
---|---|
TextFormat |
XdevDateTextField.getTextFormat()
Returns the associated
TextFormat of this component. |
TextFormat |
DatePopupOwner.getTextFormat() |
TextFormat |
FormattedFormularComponent.getTextFormat()
Returns the associated
TextFormat of this component. |
TextFormat |
XdevFormattedTextField.getTextFormat()
Returns the associated
TextFormat of this component. |
Modifier and Type | Method and Description |
---|---|
void |
XdevDateTextField.setTextFormat(TextFormat textFormat)
Sets the new
TextFormat which is used to format the displayed
value of this component. |
void |
FormattedFormularComponent.setTextFormat(TextFormat textFormat)
Sets the new
TextFormat which is used to format the displayed
value of this component. |
void |
XdevFormattedTextField.setTextFormat(TextFormat format)
Sets the new
TextFormat which is used to format the displayed
value of this component. |
Constructor and Description |
---|
XdevDateTextField(int maxSigns,
TextFormat textFormat)
Constructor for creating a new instance of a
XdevDateTextField . |
XdevDateTextField(String text,
int maxSigns,
TextFormat textFormat)
Constructor for creating a new instance of a
XdevDateTextField . |
XdevDateTextField(String text,
TextFormat textFormat)
Constructor for creating a new instance of a
XdevDateTextField . |
XdevDateTextField(TextFormat textFormat)
Constructor for creating a new instance of a
XdevDateTextField . |
XdevDateTextField(XdevDate value,
int maxSigns,
TextFormat textFormat)
Constructor for creating a new instance of a
XdevDateTextField . |
XdevDateTextField(XdevDate value,
TextFormat textFormat)
Constructor for creating a new instance of a
XdevDateTextField . |
XdevFormattedTextField(int maxSigns,
TextFormat textFormat)
Constructor for creating a new instance of a
XdevFormattedTextField . |
XdevFormattedTextField(String text,
int maxSigns,
TextFormat textFormat)
Constructor for creating a new instance of a
XdevFormattedTextField . |
XdevFormattedTextField(String text,
TextFormat textFormat)
Constructor for creating a new instance of a
XdevFormattedTextField . |
XdevFormattedTextField(TextFormat textFormat)
Constructor for creating a new instance of a
XdevFormattedTextField . |
Modifier and Type | Method and Description |
---|---|
TextFormat |
DateEditor.getTextFormat() |
Modifier and Type | Method and Description |
---|---|
TextFormat |
TextFormat.clone() |
static TextFormat |
TextFormat.getCurrencyInstance(Locale locale,
String pattern,
int minFractionDigits,
int maxFractionDigits,
boolean groupingUsed,
boolean suppressZero) |
static TextFormat |
TextFormat.getCurrencyInstance(Locale locale,
String pattern,
int minFractionDigits,
int maxFractionDigits,
boolean groupingUsed,
boolean suppressZero,
Color signedColor) |
static TextFormat |
TextFormat.getDateInstance() |
static TextFormat |
TextFormat.getDateInstance(int dateStyle) |
static TextFormat |
TextFormat.getDateInstance(Locale locale,
int dateStyle) |
static TextFormat |
TextFormat.getDateInstance(Locale locale,
String pattern,
int dateUse,
int dateStyle,
int timeStyle) |
static TextFormat |
TextFormat.getDateTimeInstance() |
static TextFormat |
TextFormat.getDateTimeInstance(int dateStyle,
int timeStyle) |
static TextFormat |
TextFormat.getDateTimeInstance(Locale locale,
int dateStyle,
int timeStyle) |
static TextFormat |
TextFormat.getNumberInstance(Locale locale,
String pattern,
int minFractionDigits,
int maxFractionDigits,
boolean groupingUsed,
boolean suppressZero) |
static TextFormat |
TextFormat.getNumberInstance(Locale locale,
String pattern,
int minFractionDigits,
int maxFractionDigits,
boolean groupingUsed,
boolean suppressZero,
Color signedColor) |
static TextFormat |
TextFormat.getPercentInstance(Locale locale,
String pattern,
int minFractionDigits,
int maxFractionDigits,
boolean groupingUsed,
boolean suppressZero) |
static TextFormat |
TextFormat.getPercentInstance(Locale locale,
String pattern,
int minFractionDigits,
int maxFractionDigits,
boolean groupingUsed,
boolean suppressZero,
Color signedColor) |
static TextFormat |
TextFormat.getPlainInstance() |
static TextFormat |
TextFormat.getTimeInstance() |
static TextFormat |
TextFormat.getTimeInstance(int timeStyle) |
static TextFormat |
TextFormat.getTimeInstance(Locale locale,
int timeStyle) |
Modifier and Type | Method and Description |
---|---|
TextFormat |
VirtualTableColumn.getTextFormat()
Returns the
TextFormat of this VirtualTableColumn . |
Modifier and Type | Method and Description |
---|---|
void |
VirtualTableColumn.setTextFormat(TextFormat textFormat)
Sets the
TextFormat of this VirtualTableColumn . |
Copyright © 2003–2021 XDEV Software. All rights reserved.