public class Division extends Object
| Constructor and Description |
|---|
Division(int width,
int height,
boolean successful,
Collection<org.zkoss.zk.ui.HtmlBasedComponent> draggableElements) |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.zkoss.zk.ui.HtmlBasedComponent> |
getDraggableElements() |
int |
getHeight() |
int |
getWidth() |
boolean |
isSuccessful() |
public Division(int width,
int height,
boolean successful,
Collection<org.zkoss.zk.ui.HtmlBasedComponent> draggableElements)
public int getWidth()
public int getHeight()
public boolean isSuccessful()
public Collection<org.zkoss.zk.ui.HtmlBasedComponent> getDraggableElements()
Copyright © 2018. All rights reserved.