com.sas.servlet.tbeans
Interface LabelInterface

All Known Implementing Classes:
BaseButton, BaseMenu, BaseMenuItem, BaseSelectorMenuItem, Button, Menu, MenuItem, SelectorMenuItem

public interface LabelInterface

The interface that may be implemented by Transformation Beans that have a label attribute.


Method Summary
 java.lang.String getLabel()
          Return the component's label
 void setLabel(java.lang.String label)
          Sets the component's label
 

Method Detail

setLabel

void setLabel(java.lang.String label)
Sets the component's label

Parameters:
label - The component's label

getLabel

java.lang.String getLabel()
Return the component's label

Returns:
the component's label



Copyright © 2009 SAS Institute Inc. All Rights Reserved.