java.lang.Object
Create a MenuConfiguration Object
public MenuConfiguration(MenuLayout mainMenuLayout,MenuLayout submenuLayout)
Changes the default main menu layout.
public com.smartdevicelink.proxy.rpc.enums.MenuLayout getMenuLayout()
Changes the default submenu layout. To change this for an individual submenu, set the `menuLayout` property on the `MenuCell` constructor for creating a cell with sub-cells.
public com.smartdevicelink.proxy.rpc.enums.MenuLayout getSubMenuLayout()
public java.lang.String toString()
Note: You should compare using the {@link #equals(Object)} method.
Hash the parameters of the object and return the result for comparison
public int hashCode()
Uses our custom hashCode for MenuConfiguration objects
public boolean equals(Object o)
From Class | Methods |
---|---|
java.lang.Object | getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize |