org.zeroexchange.web.components.toolbar
Class ToolbarItem
java.lang.Object
org.zeroexchange.web.components.toolbar.ToolbarItem
- All Implemented Interfaces:
- Serializable, Comparable<ToolbarItem>
- Direct Known Subclasses:
- DataFilterToolbarItem, HelpToolbarItem, StretchToolbarItem
public abstract class ToolbarItem
- extends Object
- implements Comparable<ToolbarItem>, Serializable
- Author:
- black
- See Also:
- Serialized Form
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ToolbarItem
public ToolbarItem()
ToolbarItem
public ToolbarItem(int index)
getIndex
public int getIndex()
getComponent
public abstract org.apache.wicket.Component getComponent(String toolbarItemId)
onAttach
public void onAttach(org.apache.wicket.markup.html.list.ListItem<ToolbarItem> item)
compareTo
public int compareTo(ToolbarItem o)
- Specified by:
compareTo
in interface Comparable<ToolbarItem>
Copyright © 2013. All Rights Reserved.