org.zeroexchange.web.components.toolbar
Class StretchToolbarItem

java.lang.Object
  extended by org.zeroexchange.web.components.toolbar.ToolbarItem
      extended by org.zeroexchange.web.components.toolbar.StretchToolbarItem
All Implemented Interfaces:
Serializable, Comparable<ToolbarItem>

public class StretchToolbarItem
extends ToolbarItem

Author:
black
See Also:
Serialized Form

Constructor Summary
StretchToolbarItem()
          Constructor.
StretchToolbarItem(int index)
          Constructor.
 
Method Summary
 org.apache.wicket.Component getComponent(String toolbarItemId)
          
 void onAttach(org.apache.wicket.markup.html.list.ListItem<ToolbarItem> item)
          
 
Methods inherited from class org.zeroexchange.web.components.toolbar.ToolbarItem
compareTo, getIndex
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

StretchToolbarItem

public StretchToolbarItem()
Constructor.


StretchToolbarItem

public StretchToolbarItem(int index)
Constructor.

Method Detail

onAttach

public void onAttach(org.apache.wicket.markup.html.list.ListItem<ToolbarItem> item)

Overrides:
onAttach in class ToolbarItem

getComponent

public org.apache.wicket.Component getComponent(String toolbarItemId)

Specified by:
getComponent in class ToolbarItem


Copyright © 2013. All Rights Reserved.