public class ColumnResizeEvent extends Object
| Constructor and Description |
|---|
ColumnResizeEvent(int columnHashCode,
int rowHashCode) |
| Modifier and Type | Method and Description |
|---|---|
int |
getColumnHashCode() |
org.uberfire.ext.layout.editor.client.infra.ColumnResizeEvent.Direction |
getDirection() |
int |
getRowHashCode() |
boolean |
isLeft() |
ColumnResizeEvent |
left() |
ColumnResizeEvent |
right() |
public int getRowHashCode()
public int getColumnHashCode()
public ColumnResizeEvent left()
public ColumnResizeEvent right()
public boolean isLeft()
public org.uberfire.ext.layout.editor.client.infra.ColumnResizeEvent.Direction getDirection()
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.