Searched refs:getTextWidgetValue (Results 1 – 5 of 5) sorted by relevance
64 public abstract String getTextWidgetValue(); in getTextWidgetValue() method in UiAbstractTextAttributeNode86 if (isValid() && !getTextWidgetValue().equals(mCurrentValue)) { in updateValue()105 String value = getTextWidgetValue(); in commit()
67 if (isValid() && !getTextWidgetValue().equals(getCurrentValue())) { in updateValue()89 String value = getTextWidgetValue(); in commit()
107 public String getTextWidgetValue() { in getTextWidgetValue() method in UiTextAttributeNode
185 public String getTextWidgetValue() { in getTextWidgetValue() method in UiListAttributeNode
113 String currentText = getTextWidgetValue(); in createUiControl()