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 Constructor Description UITableHeadingComponentView(O uiObject, ViewContext context)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static <V extends UITableHeadingComponentView<?>,C extends UITableHeadingComponent>
List<V>fromObjects(List<C> components, ViewContext context)intgetCol()intgetColSpan()intgetRow()intgetRowSpan()-
Methods inherited from class org.openforis.collect.metamodel.uiconfiguration.view.UIModelObjectView
getId, getNodeDefinition, getSurvey, getType
-
-
-
-
Constructor Detail
-
UITableHeadingComponentView
public UITableHeadingComponentView(O uiObject, ViewContext context)
-
-
Method Detail
-
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()
-
-