com.smartgwt.client.widgets.menu
Class MenuItemSeparator

java.lang.Object
  extended by com.smartgwt.client.core.JsObject
      extended by com.smartgwt.client.core.DataClass
          extended by com.smartgwt.client.core.RefDataClass
              extended by com.smartgwt.client.data.Record
                  extended by com.smartgwt.client.widgets.grid.ListGridRecord
                      extended by com.smartgwt.client.widgets.menu.MenuItem
                          extended by com.smartgwt.client.widgets.menu.MenuItemSeparator
All Implemented Interfaces:
HasHandlers, HasClickHandlers

public class MenuItemSeparator
extends MenuItem


Field Summary
 
Fields inherited from class com.smartgwt.client.core.JsObject
jsObj
 
Constructor Summary
MenuItemSeparator()
           
 
Method Summary
 
Methods inherited from class com.smartgwt.client.widgets.menu.MenuItem
addClickHandler, checkIf, enableIf, getCanSelectParent, getChecked, getEnabled, getIcon, getIconHeight, getIconWidth, getIsSeparator, getKeyTitle, getOrCreateRef, getSubmenu, getTitle, setCanSelectParent, setChecked, setCheckIfCondition, setDynamicIconFunction, setDynamicTitleFunction, setEnabled, setEnableIfCondition, setIcon, setIconHeight, setIconWidth, setIsSeparator, setKeys, setKeyTitle, setSubmenu, setTitle
 
Methods inherited from class com.smartgwt.client.widgets.grid.ListGridRecord
get_baseStyle, getCanAcceptDrop, getCanDrag, getCanExpand, getCustomStyle, getDetailDS, getIncludeInSummary, getIsGridSummary, getIsGroupSummary, getLinkText, getSingleCellValue, set_baseStyle, setCanAcceptDrop, setCanDrag, setCanExpand, setCustomStyle, setDetailDS, setIncludeInSummary, setIsGridSummary, setIsGroupSummary, setLinkText, setSingleCellValue
 
Methods inherited from class com.smartgwt.client.data.Record
convertToRecordArray, getAttributeAsRecordArray, getAttributeAsRecordList
 
Methods inherited from class com.smartgwt.client.core.RefDataClass
getRef, getRef
 
Methods inherited from class com.smartgwt.client.core.DataClass
doAddHandler, fireEvent, getAttribute, getAttributeAsBoolean, getAttributeAsDate, getAttributeAsDouble, getAttributeAsFloat, getAttributeAsInt, getAttributeAsIntArray, getAttributeAsJavaScriptObject, getAttributeAsMap, getAttributeAsObject, getAttributeAsString, getAttributeAsStringArray, getAttributes, getHandlerCount, getJsObj, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute, setAttribute
 
Methods inherited from class com.smartgwt.client.core.JsObject
isCreated, setJsObj
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 

Constructor Detail

MenuItemSeparator

public MenuItemSeparator()