com.leafdigital.ui.api
Interface SupportsBaseGroup

All Known Subinterfaces:
Button, CheckBox, Dropdown, EditArea, EditBox, Label, RadioButton

public interface SupportsBaseGroup

Interface for widgets that support the BaseGroup function


Method Summary
 void setBaseGroup(java.lang.String group)
          When controls are organised side-by-side, aligns their baseline if they are given the same BaseGroup, by adding space to the top of some controls.
 

Method Detail

setBaseGroup

void setBaseGroup(java.lang.String group)
When controls are organised side-by-side, aligns their baseline if they are given the same BaseGroup, by adding space to the top of some controls.

Parameters:
group - Group identifier


Copyright © 2011 Samuel Marshall. All rights reserved.