Interface UFTableCss
-
- All Superinterfaces:
com.google.gwt.resources.client.CssResource,com.google.gwt.resources.client.CssResourceBase,com.google.gwt.resources.client.ResourcePrototype
public interface UFTableCss extends com.google.gwt.resources.client.CssResource
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.google.gwt.resources.client.CssResource
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
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringcolumnPickerButton()StringcolumnPickerPopup()StringdataGrid()StringdataGridContent()StringdataGridHeader()StringdataGridMain()StringdataGridRow()
-
-
-
Method Detail
-
dataGrid
@ClassName("dataGrid") String dataGrid()
-
dataGridRow
@ClassName("dataGridRow") String dataGridRow()
-
dataGridHeader
@ClassName("dataGridHeader") String dataGridHeader()
-
dataGridContent
@ClassName("dataGridContent") String dataGridContent()
-
dataGridMain
@ClassName("dataGridMain") String dataGridMain()
-
columnPickerButton
@ClassName("columnPickerButton") String columnPickerButton()
-
columnPickerPopup
@ClassName("columnPickerPopup") String columnPickerPopup()
-
-