|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Droppable
The Droppable NiftyControl interface.
Method Summary | |
---|---|
void |
addFilter(DroppableDropFilter droppableDropFilter)
Add the given filter to this Droppable. |
void |
removeAllFilters()
Remove all Filters. |
void |
removeFilter(DroppableDropFilter filter)
Remove the given filter. |
Methods inherited from interface de.lessvoid.nifty.controls.NiftyControl |
---|
disable, enable, getElement, getHeight, getId, getStyle, getWidth, hasFocus, isBound, isEnabled, layoutCallback, setEnabled, setFocus, setFocusable, setHeight, setId, setStyle, setWidth |
Method Detail |
---|
void addFilter(DroppableDropFilter droppableDropFilter)
droppableDropFilter
- the filtervoid removeFilter(DroppableDropFilter filter)
filter
- the filter to be removedvoid removeAllFilters()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |