Uses of Class
eu.webtoolkit.jwt.WString

Packages that use WString
eu.webtoolkit.jwt JWt main package, this package contains all JWt widgets (except for Chart and Auth widgets). 
eu.webtoolkit.jwt.auth JWt Auth package, this package contains all widgets and classes related to JWt's authentication module. 
eu.webtoolkit.jwt.chart JWt Chart package, this package contains all widgets and classes related to charts. 
 

Uses of WString in eu.webtoolkit.jwt
 

Fields in eu.webtoolkit.jwt declared as WString
static WString WString.Empty
          Empty WString object.
 

Methods in eu.webtoolkit.jwt that return WString
 WString WString.append(char[] buf)
          Appends a string, converting the string to a literal string if necessary.
 WString WString.append(java.lang.String other)
          Appends a string, converting the string to a literal string if necessary.
 WString WString.append(WString other)
          Appends a string, converting the string to a literal string if necessary.
 WString WString.arg(java.lang.CharSequence value)
          Substitutes the next positional argument with a string value.
 WString WString.arg(double value)
          Substitutes the next positional argument with a double value.
 WString WString.arg(int value)
          Substitutes the next positional argument with an integer value.
static WString StringUtils.asString(java.lang.Object data)
          Convert an object to a WString.
static WString StringUtils.asString(java.lang.Object data, java.lang.String format)
          Convert an object to a WString.
static WString WWebWidget.escapeText(java.lang.CharSequence text)
          Escape HTML control characters in the text, to display literally (deprecated).
static WString WWebWidget.escapeText(java.lang.CharSequence text, boolean newlinestoo)
          Deprecated. use Utils.htmlEncode(WString text, EnumSet flags) instead.
 WString WAbstractArea.getAlternateText()
          Returns the alternate text.
 WString WImage.getAlternateText()
          Returns the alternate text.
 WString WApplication.getCloseMessage()
          Returns the close message.
 WString WComboBox.getCurrentText()
          Returns the text of the currently selected item.
 WString WFormWidget.getEmptyText()
          Returns the empty text to be shown when the field is empty.
 WString WInPlaceEdit.getEmptyText()
          Returns the empty text to be shown when the field is empty and not being edited.
 WString WProgressBar.getFormat()
          Returns the progress format string.
 WString WValidator.getInvalidBlankText()
          Returns the message displayed when a mandatory field is left blank.
 WString WRegExpValidator.getInvalidNoMatchText()
          Returns the message displayed when the input does not match.
 WString WDateValidator.getInvalidNotADateText()
          Returns the message displayed when the input is not a date.
 WString WDoubleValidator.getInvalidNotANumberText()
          Returns the message displayed when the input is not a number.
 WString WIntValidator.getInvalidNotANumberText()
          Returns the message displayed when the input is not a number.
 WString WDateValidator.getInvalidTooEarlyText()
          Returns the message displayed when date is too early.
 WString WDoubleValidator.getInvalidTooLargeText()
          Returns the message displayed when the number is too large.
 WString WIntValidator.getInvalidTooLargeText()
          Returns the message displayed when the number is too large.
 WString WDateValidator.getInvalidTooLateText()
          Returns the message displayed when the date is too late.
 WString WLengthValidator.getInvalidTooLongText()
          Returns the message displayed when the input is too long.
 WString WLengthValidator.getInvalidTooShortText()
          Returns the message displayed when the input is too short.
 WString WDoubleValidator.getInvalidTooSmallText()
          Returns the message displayed when the number is too small.
 WString WIntValidator.getInvalidTooSmallText()
          Returns the message displayed when the number is too small.
 WString WComboBox.getItemText(int index)
          Returns the text of a particular item.
 WString WValidator.Result.getMessage()
          Returns the validation message.
 WString WColor.getName()
          Get CSS name.
 WString WAbstractSpinBox.getPrefix()
          Returns the prefix.
 WString WFont.getSpecificFamilies()
          Returns the font specific family names.
 WString WStandardItem.getStyleClass()
          Returns the item style class.
 WString WAbstractSpinBox.getSuffix()
          Returns the suffix.
 WString WTabWidget.getTabText(int index)
          Returns the label for a tab.
 WString WTabWidget.getTabToolTip(int index)
          Returns the tooltip for a tab.
 WString WTemplate.getTemplateText()
          Returns the template.
 WString WAbstractToggleButton.getText()
          Returns the label text.
 WString WAnchor.getText()
          Returns the label text.
 WString WInPlaceEdit.getText()
          Returns the current value.
 WString WLabel.getText()
          Returns the label text.
 WString WMenuItem.getText()
          Returns the text for this item.
 WString WMessageBox.getText()
          Returns the message box text.
 WString WPopupMenuItem.getText()
          Returns the item text.
 WString WProgressBar.getText()
          Returns the text displayed inside the progress bar.
 WString WPushButton.getText()
          Returns the button text.
 WString WStandardItem.getText()
          Returns the text.
 WString WText.getText()
          Returns the text.
 WString WTextItem.getText()
          Returns the measured text.
 WString WApplication.getTitle()
          Returns the window title.
 WString WGroupBox.getTitle()
          Returns the title.
 WString WPanel.getTitle()
          Returns the title.
 WString WAbstractArea.getToolTip()
          Returns the tooltip text.
 WString WCompositeWidget.getToolTip()
           
 WString WMenuItem.getToolTip()
          Returns the tooltip.
 WString WStandardItem.getToolTip()
          Returns the tool tip.
 WString WWebWidget.getToolTip()
           
abstract  WString WWidget.getToolTip()
          Returns the tooltip.
 WString WDialog.getWindowTitle()
          Returns the dialog window title.
 WString WFormModel.label(java.lang.String field)
          Returns a field label.
static WString WString.toWString(java.lang.CharSequence charSequence)
          Converts a CharSequence to a WString.
static WString WObject.tr(java.lang.String intlKey)
          Creates a localized string.
static WString WString.tr(java.lang.String key)
          Creates a localized string.
static WString WWidget.tr(java.lang.String key)
          Short hand for WString#tr().
 

Methods in eu.webtoolkit.jwt that return types with arguments of type WString
 java.util.List<WString> WString.getArgs()
          Returns the arguments.
 java.util.List<WString> WStringListModel.getStringList()
          Returns the string list.
 Signal1<WString> WComboBox.sactivated()
          Signal emitted when the selection changed.
 Signal1<WString> WInPlaceEdit.valueChanged()
          Signal emitted when the value has been changed.
 

Methods in eu.webtoolkit.jwt with parameters of type WString
 WString WString.append(WString other)
          Appends a string, converting the string to a literal string if necessary.
 int WString.compareTo(WString arg0)
          Compares this WString object with the specified WString object for order.
 boolean WString.equals(WString other)
          Indicates whether some other object is "equal to" this one.
static java.lang.String Utils.htmlEncode(WString text, java.util.EnumSet<Utils.HtmlEncodingFlag> flags)
          Performs HTML encoding of text.
 

Method parameters in eu.webtoolkit.jwt with type arguments of type WString
protected  void WTemplate.applyArguments(WWidget w, java.util.List<WString> args)
          Applies arguments to a resolved widget.
 boolean WTemplate.TrFunctionImpl.evaluate(WTemplate t, java.util.List<WString> args, java.io.Writer result)
           
 boolean WTemplate.IdFunctionImpl.evaluate(WTemplate t, java.util.List<WString> args, java.io.Writer result)
           
 void WTemplate.handleUnresolvedVariable(java.lang.String varName, java.util.List<WString> args, java.io.Writer result)
          Handles a variable that could not be resolved.
 boolean WTemplate.resolveFunction(java.lang.String name, java.util.List<WString> args, java.io.Writer result)
          Resolves a function call.
 void WTemplate.resolveString(java.lang.String varName, java.util.List<WString> args, java.io.Writer result)
          Resolves the string value for a variable name.
 void WStringListModel.setStringList(java.util.List<WString> strings)
          Sets a new string list.
 

Constructor parameters in eu.webtoolkit.jwt with type arguments of type WString
WStringListModel(java.util.List<WString> strings)
          Creates a new string list model.
WStringListModel(java.util.List<WString> strings, WObject parent)
          Creates a new string list model.
 

Uses of WString in eu.webtoolkit.jwt.auth
 

Methods in eu.webtoolkit.jwt.auth that return WString
 WString FacebookService.getDescription()
           
 WString GoogleService.getDescription()
           
abstract  WString OAuthService.getDescription()
          Returns the provider description.
 WString OAuthProcess.getError()
          Error information, in case authentication or identification failed.
 WString OAuthProcess.TokenError.getError()
          The error.
 WString AbstractPasswordService.StrengthValidatorResult.getMessage()
          Returns a message describing the password strength.
 WString FormBaseModel.label(java.lang.String field)
           
 WString RegistrationModel.validateLoginName(java.lang.String userName)
          Validates the login name.
 

Uses of WString in eu.webtoolkit.jwt.chart
 

Methods in eu.webtoolkit.jwt.chart that return WString
 WString WAxis.getLabelFormat()
          Returns the label format string.
 WString WAbstractChart.getTitle()
          Return the chart title.
 WString WAxis.getTitle()
          Returns the axis title.