Uses of Class
eu.webtoolkit.jwt.WString
Packages that use WString
Package
Description
-
Uses of WString in eu.webtoolkit.jwt
Fields in eu.webtoolkit.jwt declared as WStringModifier and TypeFieldDescriptionMetaHeader.content
static final WString
WString.Empty
Empty WString object.Methods in eu.webtoolkit.jwt that return WStringModifier and TypeMethodDescriptionWString.append
(char[] buf) Appends a string, converting the string to a literal string if necessary.Appends a string, converting the string to a literal string if necessary.Appends a string, converting the string to a literal string if necessary.WString.arg
(double value) Substitutes the next positional argument with a double value.WString.arg
(int value) Substitutes the next positional argument with an integer value.WString.arg
(CharSequence value) Substitutes the next positional argument with a string value.static WString
Convert an object to aWString
.static WString
Convert an object to aWString
.WString.clone()
static final WString
WWebWidget.escapeText
(CharSequence text) static WString
WWebWidget.escapeText
(CharSequence text, boolean newlinestoo) WAbstractArea.getAlternateText()
Returns the alternate text.WImage.getAlternateText()
Returns the alternate text.WApplication.getBodyAttribute
(String name) Returns the current <body> element attribute value of the specifiedname
.WApplication.getCloseMessage()
Returns the close message.WComboBox.getCurrentText()
Returns the text of the currently selected item.WProgressBar.getFormat()
Returns the progress format string.WApplication.getHtmlAttribute
(String name) Returns the current <html> element attribute value of the specifiedname
.WValidator.getInvalidBlankText()
Returns the message displayed when a mandatory field is left blank.WRegExpValidator.getInvalidNoMatchText()
Returns the message displayed when the input does not match.WDateValidator.getInvalidNotADateText()
Returns the message displayed when the input is not a date.WEmailValidator.getInvalidNotAnEmailAddressText()
Returns the message displayed when the input is not a valid email address.WDoubleValidator.getInvalidNotANumberText()
Returns the message displayed when the input is not a number.WIntValidator.getInvalidNotANumberText()
Returns the message displayed when the input is not a number.WTimeValidator.getInvalidNotATimeText()
Returns the message displayed when the input is not a time.WEmailValidator.getInvalidNotMatchingText()
Returns the message displayed when the input does not match the required pattern.WDateValidator.getInvalidTooEarlyText()
Returns the message displayed when date is too early.WTimeValidator.getInvalidTooEarlyText()
Returns the message displayed when time is too early.WDoubleValidator.getInvalidTooLargeText()
Returns the message displayed when the number is too large.WIntValidator.getInvalidTooLargeText()
Returns the message displayed when the number is too large.WDateValidator.getInvalidTooLateText()
Returns the message displayed when the date is too late.WTimeValidator.getInvalidTooLateText()
Returns the message displayed when time is too late.WLengthValidator.getInvalidTooLongText()
Returns the message displayed when the input is too long.WLengthValidator.getInvalidTooShortText()
Returns the message displayed when the input is too short.WDoubleValidator.getInvalidTooSmallText()
Returns the message displayed when the number is too small.WIntValidator.getInvalidTooSmallText()
Returns the message displayed when the number is too small.WComboBox.getItemText
(int index) Returns the text of a particular item.static WString
WDate.getLongDayName
(int weekday) Returns the long day name.static WString
WDate.getLongMonthName
(int month) Returns the long month name.WValidator.Result.getMessage()
Returns the validation message.WColor.getName()
Get CSS name.WEmailEdit.getPattern()
Returns the regular expression that email addresses should match.WEmailValidator.getPattern()
Returns the pattern used for the input validation.WFormWidget.getPlaceholderText()
Returns the placeholder text.WInPlaceEdit.getPlaceholderText()
Returns the placeholder text.WAbstractSpinBox.getPrefix()
Returns the prefix.static WString
WDate.getShortDayName
(int weekday) Returns the short day name.static WString
WDate.getShortMonthName
(int month) Returns the short month name.WFont.getSpecificFamilies()
Returns the font specific family names.WStandardItem.getStyleClass()
Returns the item style class.WAbstractSpinBox.getSuffix()
Returns the suffix.WTabWidget.getTabText
(int index) Returns the label for a tab.WTabWidget.getTabToolTip
(int index) Returns the tooltip for a tab.WTemplate.getTemplateText()
Returns the template.WAbstractToggleButton.getText()
Returns the label text.WAnchor.getText()
Returns the label text.WInPlaceEdit.getText()
Returns the current value.WLabel.getText()
Returns the label text.WMenuItem.getText()
Returns the text for this item.WMessageBox.getText()
Returns the message box text.WProgressBar.getText()
Returns the text displayed inside the progress bar.WPushButton.getText()
Returns the button text.WStandardItem.getText()
Returns the text.WText.getText()
Returns the text.WTextItem.getText()
Returns the measured text.WApplication.getTitle()
Returns the window title.WGroupBox.getTitle()
Returns the title.WPanel.getTitle()
Returns the title.IndexAnchor.getToolTip()
IndexContainerWidget.getToolTip()
IndexText.getToolTip()
WAbstractArea.getToolTip()
Returns the tooltip text.WCompositeWidget.getToolTip()
WStandardItem.getToolTip()
Returns the tool tip.WWebWidget.getToolTip()
abstract WString
WWidget.getToolTip()
Returns the tooltip.WDialog.getWindowTitle()
Returns the dialog window title.Returns a field label.WApplication.metaHeader
(MetaHeaderType type, String name) Returns a meta header value.WTemplate.resolveStringValue
(String varName) Resolves a string that was bound to a variable name.static WString
WString.toWString
(CharSequence charSequence) Converts a CharSequence to a WString.static WString
Creates a localized string.static WString
Creates a localized string.static WString
Short hand forWString#tr()
static WString
Creates a localized plural string.Methods in eu.webtoolkit.jwt that return types with arguments of type WStringModifier and TypeMethodDescriptionWString.getArgs()
Returns the arguments.WStringListModel.getStringList()
Returns the string list.WComboBox.sactivated()
Signal emitted when the selection changed.WInPlaceEdit.valueChanged()
Signal emitted when the value has been changed.Methods in eu.webtoolkit.jwt with parameters of type WStringModifier and TypeMethodDescriptionAppends a string, converting the string to a literal string if necessary.int
Compares this WString object with the specified WString object for order.static String
Utils.htmlEncode
(WString text) Performs HTML encoding of text.static String
Utils.htmlEncode
(WString text, EnumSet<Utils.HtmlEncodingFlag> flags) Performs HTML encoding of text.Method parameters in eu.webtoolkit.jwt with type arguments of type WStringModifier and TypeMethodDescriptionprotected void
WTemplate.applyArguments
(WWidget w, List<WString> args) Applies arguments to a resolved widget.void
WCanvasPaintDevice.drawTextOnPath
(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WString> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) void
WPainter.drawTextOnPath
(WRectF rect, EnumSet<AlignmentFlag> alignmentFlags, List<WString> text, WTransform transform, WPainterPath path, double angle, double lineHeight, boolean softClipping) boolean
void
WTemplate.handleUnresolvedVariable
(String varName, List<WString> args, Writer result) Handles a variable that could not be resolved.boolean
WTemplate.resolveFunction
(String name, List<WString> args, Writer result) Resolves a function call.void
WTemplate.resolveString
(String varName, List<WString> args, Writer result) Resolves the string value for a variable name.void
WStringListModel.setStringList
(List<WString> strings) Sets a new string list.Constructor parameters in eu.webtoolkit.jwt with type arguments of type WStringModifierConstructorDescriptionWStringListModel
(List<WString> strings) Creates a new string list model. -
Uses of WString in eu.webtoolkit.jwt.auth
Methods in eu.webtoolkit.jwt.auth that return WStringModifier and TypeMethodDescriptionFacebookService.getDescription()
abstract WString
OAuthService.getDescription()
Returns the provider description.OidcService.getDescription()
Returns the provider description.OAuthProcess.getError()
Error information, in case authentication or identification failed.OAuthProcess.TokenError.getError()
The error.AbstractPasswordService.StrengthValidatorResult.getMessage()
Returns a message describing the password strength.RegistrationModel.validateLoginName
(String userName) Validates the login name. -
Uses of WString in eu.webtoolkit.jwt.auth.mfa
Methods in eu.webtoolkit.jwt.auth.mfa that return WStringModifier and TypeMethodDescriptionAuthenticationResult.getMessage()
Returns the authentication message.protected WString
AbstractMfaProcess.getUserIdentity()
Retrieves the currentUser
's identity for the provider. -
Uses of WString in eu.webtoolkit.jwt.chart
Fields in eu.webtoolkit.jwt.chart declared as WStringModifier and TypeFieldDescriptionprotected WString
WAbstractColorMap.format_
WAxis.TickLabel.label
Label text.Methods in eu.webtoolkit.jwt.chart that return WStringModifier and TypeMethodDescriptionprotected WString
WAxis.autoDateFormat
(WDate dt, DateTimeUnit unit, boolean atTick) Returns the Date format.abstract WString
WAbstractChartModel.getDisplayData
(int row, int column) Returns display data at a given row and column.WStandardChartProxyModel.getDisplayData
(int row, int column) Returns display data at a given row and column.WAbstractColorMap.getFormatString()
Returns the format string.WAbstractChartModel.getHeaderData
(int column) Returns the given column's header data.WStandardChartProxyModel.getHeaderData
(int column) Returns the given column's header data.WAxis.getLabel
(double u) Returns the label for a value.WAxis.getLabelFormat()
Returns the label format string.WPieChart.getLabelFormat()
Returns the label format string.WAbstractChart.getTitle()
Return the chart title.WAbstractDataSeries3D.getTitle()
Returns the title of this dataseries.WAxis.getTitle()
Returns the axis title.WCartesian3DChart.getTitle()
Returns the title that is put at the top of this chart.WAbstractChartModel.getToolTip
(int row, int column) Returns the tooltip text to use on a given row and column.WStandardChartProxyModel.getToolTip
(int row, int column) Returns the tooltip text to use on a given row and column. -
Uses of WString in eu.webtoolkit.jwt.render
Methods in eu.webtoolkit.jwt.render that return WString