Searched refs:buttonName (Results 1 – 3 of 3) sorted by relevance
286 public PersistableBundle getMetrics(String buttonName) { in getMetrics() argument288 bundle.putString(buttonName + KEY_BUTTON_TEXT, getText().toString()); in getMetrics()289 bundle.putString(buttonName + KEY_BUTTON_TYPE, getButtonTypeName()); in getMetrics()290 bundle.putInt(buttonName + KEY_BUTTON_ON_CLICK_COUNT, clickCount); in getMetrics()
27 public SearchFilter(String fieldName, String buttonName, in SearchFilter() argument35 searchButton = new Button(buttonName); in SearchFilter()
49 var buttonName = namePrefix + '<xsl:value-of select="$button_suffix"/>';51 var linkElement = GetElementsByName('link-' + buttonName)[0];57 var buttonElement = GetElementsByName(buttonName)[0];248 <xsl:variable name="buttonName">256 <SPAN class="link_button" id="link-{$buttonName}" name="link-{$buttonName}">264 <xsl:attribute name="name"><xsl:value-of select="$buttonName"/></xsl:attribute>265 <xsl:attribute name="id"><xsl:value-of select="$buttonName"/></xsl:attribute>