com.semarchy.mdm.runtime.model.logical
Class FormGridLayoutDescriptor.SectionGridLayoutData

java.lang.Object
  extended by com.semarchy.mdm.runtime.model.logical.FormGridLayoutDescriptor.SectionGridLayoutData
All Implemented Interfaces:
Serializable
Enclosing class:
FormGridLayoutDescriptor

public static class FormGridLayoutDescriptor.SectionGridLayoutData
extends Object
implements Serializable

See Also:
Serialized Form

Constructor Summary
FormGridLayoutDescriptor.SectionGridLayoutData(boolean gridDisplayLabel, int gridX, int gridY, int gridWidth, int gridHeight)
           
 
Method Summary
 int getHeight()
           
 int getWidth()
           
 int getX()
           
 int getY()
           
 boolean isGridDisplayLabel()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FormGridLayoutDescriptor.SectionGridLayoutData

public FormGridLayoutDescriptor.SectionGridLayoutData(boolean gridDisplayLabel,
                                                      int gridX,
                                                      int gridY,
                                                      int gridWidth,
                                                      int gridHeight)
Method Detail

isGridDisplayLabel

public boolean isGridDisplayLabel()

getX

public int getX()

getY

public int getY()

getWidth

public int getWidth()

getHeight

public int getHeight()


Copyright © 2015. All Rights Reserved.