Uses of Class
org.openforis.collect.metamodel.uiconfiguration.view.UITableHeadingComponentView
-
Packages that use UITableHeadingComponentView Package Description org.openforis.collect.metamodel.uiconfiguration.view -
-
Uses of UITableHeadingComponentView in org.openforis.collect.metamodel.uiconfiguration.view
Subclasses of UITableHeadingComponentView in org.openforis.collect.metamodel.uiconfiguration.view Modifier and Type Class Description classUIColumnGroupViewclassUIColumnViewMethods in org.openforis.collect.metamodel.uiconfiguration.view with type parameters of type UITableHeadingComponentView Modifier and Type Method Description static <V extends UITableHeadingComponentView<?>,C extends UITableHeadingComponent>
List<V>UITableHeadingComponentView. fromObjects(List<C> components, ViewContext context)Methods in org.openforis.collect.metamodel.uiconfiguration.view that return types with arguments of type UITableHeadingComponentView Modifier and Type Method Description List<UITableHeadingComponentView<?>>UIColumnGroupView. getHeadingComponents()List<UITableHeadingComponentView<?>>UITableView. getHeadingComponents()List<List<UITableHeadingComponentView<?>>>UITableView. getHeadingRows()
-