Class UITableHeadingComponentView<O extends UITableHeadingComponent>
java.lang.Object
org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView<O>
org.openforis.collect.metamodel.uiconfiguration.view.UITableHeadingComponentView<O>
- Direct Known Subclasses:
UIColumnGroupView,UIColumnView
public abstract class UITableHeadingComponentView<O extends UITableHeadingComponent>
extends UIModelObjectView<O>
-
Field Summary
Fields inherited from class org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView
context, uiObject -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic <V extends UITableHeadingComponentView<?>,C extends UITableHeadingComponent>
List<V> fromObjects(List<C> components, ViewContext context) intgetCol()intintgetRow()intMethods inherited from class org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView
getId, getNodeDefinition, getSurvey, getType
-
Constructor Details
-
UITableHeadingComponentView
-
-
Method Details
-
fromObjects
public static <V extends UITableHeadingComponentView<?>,C extends UITableHeadingComponent> List<V> fromObjects(List<C> components, ViewContext context) -
getCol
public int getCol() -
getColSpan
public int getColSpan() -
getRow
public int getRow() -
getRowSpan
public int getRowSpan()
-