public interface HorizontalVerticalPanelCss
extends com.google.gwt.resources.client.CssResource
HorizontalPanel and VerticalPanel.com.google.gwt.resources.client.CssResource.ClassName, com.google.gwt.resources.client.CssResource.Import, com.google.gwt.resources.client.CssResource.ImportedWithPrefix, com.google.gwt.resources.client.CssResource.NotStrict, com.google.gwt.resources.client.CssResource.Shared, com.google.gwt.resources.client.CssResource.Strict| Modifier and Type | Method and Description |
|---|---|
String |
alignTop()
CSS Style name.
|
String |
hCenter()
CSS Style name.
|
String |
horizontalPanel()
CSS Style name.
|
String |
verticalPanel()
CSS Style name.
|
@CssResource.ClassName(value="horizontalPanel") String horizontalPanel()
@CssResource.ClassName(value="verticalPanel") String verticalPanel()
@CssResource.ClassName(value="alignTop") String alignTop()
@CssResource.ClassName(value="hCenter") String hCenter()
Copyright © 2011–2015 SWM. All rights reserved.