Library | Package Java Toolkit

Interface GridData

package com.ptc.uifc.uifcCore;

public interface GridData
  extends jxobject



Description

 



Method Summary
booleanCanResizeHorizontally ()
    Get method for attribute "CanResizeHorizontally"
     
booleanCanResizeVertically ()
    Get method for attribute "CanResizeVertically"
     
intGetCellColumnIndex ()
    Get method for attribute "CellColumnIndex"
     
intGetCellRowIndex ()
    Get method for attribute "CellRowIndex"
     
intGetHeight ()
    Get method for attribute "Height"
     
intGetWidth ()
    Get method for attribute "Width"
     
voidSetCanResizeHorizontally (boolean value)
    Set method for attribute "CanResizeHorizontally"
     
voidSetCanResizeVertically (boolean value)
    Set method for attribute "CanResizeVertically"
     
voidSetCellColumnIndex (int value)
    Set method for attribute "CellColumnIndex"
     
voidSetCellRowIndex (int value)
    Set method for attribute "CellRowIndex"
     
voidSetHeight (int value)
    Set method for attribute "Height"
     
voidSetWidth (int value)
    Set method for attribute "Width"
     

Method Detail

GetCellColumnIndex/SetCellColumnIndex

intGetCellColumnIndex ()
voidSetCellColumnIndex (int value)


     



GetCellRowIndex/SetCellRowIndex

intGetCellRowIndex ()
voidSetCellRowIndex (int value)


     



GetWidth/SetWidth

intGetWidth ()
voidSetWidth (int value)


     



GetHeight/SetHeight

intGetHeight ()
voidSetHeight (int value)


     



CanResizeHorizontally/SetCanResizeHorizontally

booleanCanResizeHorizontally ()
voidSetCanResizeHorizontally (boolean value)


     



CanResizeVertically/SetCanResizeVertically

booleanCanResizeVertically ()
voidSetCanResizeVertically (boolean value)