Package org.dwcj.interfaces
Interface HasStyle
- All Known Implementing Classes:
AbstractDwcControl,AbstractDwcjPanel,AbstractDwclistControl,AppPanel,BBjPanelAdapter,Button,CheckableMenuItem,CheckBox,ColorPicker,ComboBox,DateEditBox,Div,FileChooser,FontChooser,GridExWidget,HtmlContainer,HtmlEdit,ImageControl,Label,ListBox,MenuButton,MenuItem,Navigator,NumericBox,NumericBoxSpinner,OpenFileDialog,PopupMenu,PrintPreview,ProgressBar,RadioButton,ScrollBar,Slider,StringEditBox,TabControl,TextArea,TextBox,TextComboBox,TreeView
public interface HasStyle
Interface facilitating implementation of behavior to modify a specific
CSS property to a provided value.
-
Method Summary
-
Method Details
-
setStyle
Assigns specified value to the specified CSS property- Parameters:
property- The CSS property to be changedvalue- The value of the selected CSS property- Returns:
- The control itself
-