| java.lang.Object net.mygwt.ui.client.fx.ResizeConfig
ResizeConfig | public class ResizeConfig (Code) | | Configuration data for resizable instances.
|
Constructor Summary | |
public | ResizeConfig() Creates a new config with default handle locations. |
east | public boolean east(Code) | | true to show the East handle, default value is
true
|
south | public boolean south(Code) | | true to show the South handle, default value is
true
|
southEast | public boolean southEast(Code) | | true to show the South East handle, default value is
true
|
ResizeConfig | public ResizeConfig()(Code) | | Creates a new config with default handle locations.
|
|
|