Class ColumnResizeEvent
- java.lang.Object
-
- org.uberfire.ext.layout.editor.client.infra.ColumnResizeEvent
-
public class ColumnResizeEvent extends Object
-
-
Constructor Summary
Constructors Constructor Description ColumnResizeEvent(int columnHash, int rowHash)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description intgetColumnHash()org.uberfire.ext.layout.editor.client.infra.ColumnResizeEvent.DirectiongetDirection()intgetRowHash()booleanisLeft()ColumnResizeEventleft()ColumnResizeEventright()
-
-
-
Method Detail
-
getRowHash
public int getRowHash()
-
getColumnHash
public int getColumnHash()
-
left
public ColumnResizeEvent left()
-
right
public ColumnResizeEvent right()
-
isLeft
public boolean isLeft()
-
getDirection
public org.uberfire.ext.layout.editor.client.infra.ColumnResizeEvent.Direction getDirection()
-
-