public class StoryboardSmallController extends DeviceAdaptiveController implements Storyboard
DeviceAdaptive.Device, DeviceAdaptive.Input, DeviceAdaptive.Size, DeviceAdaptive.Template, DeviceAdaptive.Templates| Modifier and Type | Field and Description |
|---|---|
protected boolean |
fixedHeight |
protected boolean |
fixedWidth |
protected String |
itemHeight |
protected String |
itemWidth |
protected com.google.gwt.user.client.ui.FlowPanel |
storyboard |
| Constructor and Description |
|---|
StoryboardSmallController() |
| Modifier and Type | Method and Description |
|---|---|
void |
add(com.google.gwt.user.client.ui.Widget widget) |
com.google.gwt.event.shared.HandlerRegistration |
addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<Integer> handler) |
void |
clear() |
protected void |
configHeightWidth(com.google.gwt.user.client.ui.Widget panel) |
protected com.google.gwt.user.client.ui.Widget |
createClickablePanelForCell(com.google.gwt.user.client.ui.Widget widget) |
String |
getLargeDeviceItemHeight() |
String |
getLargeDeviceItemWidth() |
String |
getSmallDeviceItemHeight() |
com.google.gwt.user.client.ui.Widget |
getWidget(int index) |
int |
getWidgetCount() |
int |
getWidgetIndex(com.google.gwt.user.client.ui.Widget child) |
protected void |
init() |
Iterator<com.google.gwt.user.client.ui.Widget> |
iterator() |
boolean |
remove(int index) |
boolean |
remove(com.google.gwt.user.client.ui.Widget w) |
void |
setFixedHeight(boolean fixedHeight) |
void |
setFixedWidth(boolean fixedWidth) |
void |
setHorizontalAlignment(com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant value) |
void |
setHorizontalAlignment(com.google.gwt.user.client.ui.IsWidget child,
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant value) |
void |
setLargeDeviceItemHeight(com.google.gwt.user.client.ui.IsWidget child,
String height) |
void |
setLargeDeviceItemHeight(String height) |
void |
setLargeDeviceItemWidth(com.google.gwt.user.client.ui.IsWidget child,
String width) |
void |
setLargeDeviceItemWidth(String width) |
void |
setSmallDeviceItemHeight(com.google.gwt.user.client.ui.IsWidget child,
String height) |
void |
setSmallDeviceItemHeight(String height) |
void |
setVerticalAlignment(com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant value) |
void |
setVerticalAlignment(com.google.gwt.user.client.ui.IsWidget child,
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant value) |
addAttachHandler, addHandler, addWidget, asWidget, fireEvent, getChildWidget, getElement, getStyleName, getTitle, isVisible, setHeight, setStyleName, setTitle, setVisible, setWidthclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddAttachHandler, addHandler, getElement, getStyleName, getTitle, isVisible, setHeight, setStyleName, setTitle, setVisible, setWidthprotected com.google.gwt.user.client.ui.FlowPanel storyboard
protected String itemHeight
protected String itemWidth
protected boolean fixedHeight
protected boolean fixedWidth
public com.google.gwt.user.client.ui.Widget getWidget(int index)
getWidget in interface com.google.gwt.user.client.ui.IndexedPanelpublic void add(com.google.gwt.user.client.ui.Widget widget)
add in interface com.google.gwt.user.client.ui.HasWidgetspublic void clear()
clear in interface com.google.gwt.user.client.ui.HasWidgetspublic Iterator<com.google.gwt.user.client.ui.Widget> iterator()
public boolean remove(com.google.gwt.user.client.ui.Widget w)
remove in interface com.google.gwt.user.client.ui.HasWidgetspublic int getWidgetCount()
getWidgetCount in interface com.google.gwt.user.client.ui.IndexedPanelpublic int getWidgetIndex(com.google.gwt.user.client.ui.Widget child)
getWidgetIndex in interface com.google.gwt.user.client.ui.IndexedPanelpublic boolean remove(int index)
remove in interface com.google.gwt.user.client.ui.IndexedPanelpublic com.google.gwt.event.shared.HandlerRegistration addSelectionHandler(com.google.gwt.event.logical.shared.SelectionHandler<Integer> handler)
addSelectionHandler in interface com.google.gwt.event.logical.shared.HasSelectionHandlers<Integer>protected com.google.gwt.user.client.ui.Widget createClickablePanelForCell(com.google.gwt.user.client.ui.Widget widget)
protected void configHeightWidth(com.google.gwt.user.client.ui.Widget panel)
protected void init()
init in class DeviceAdaptiveControllerpublic String getLargeDeviceItemWidth()
getLargeDeviceItemWidth in interface Storyboardpublic void setLargeDeviceItemWidth(String width)
setLargeDeviceItemWidth in interface Storyboardpublic String getSmallDeviceItemHeight()
getSmallDeviceItemHeight in interface Storyboardpublic void setSmallDeviceItemHeight(String height)
setSmallDeviceItemHeight in interface Storyboardpublic String getLargeDeviceItemHeight()
getLargeDeviceItemHeight in interface Storyboardpublic void setLargeDeviceItemHeight(String height)
setLargeDeviceItemHeight in interface Storyboardpublic void setHorizontalAlignment(com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant value)
setHorizontalAlignment in interface Storyboardpublic void setVerticalAlignment(com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant value)
setVerticalAlignment in interface Storyboardpublic void setSmallDeviceItemHeight(com.google.gwt.user.client.ui.IsWidget child,
String height)
setSmallDeviceItemHeight in interface Storyboardpublic void setLargeDeviceItemHeight(com.google.gwt.user.client.ui.IsWidget child,
String height)
setLargeDeviceItemHeight in interface Storyboardpublic void setLargeDeviceItemWidth(com.google.gwt.user.client.ui.IsWidget child,
String width)
setLargeDeviceItemWidth in interface Storyboardpublic void setHorizontalAlignment(com.google.gwt.user.client.ui.IsWidget child,
com.google.gwt.user.client.ui.HasHorizontalAlignment.HorizontalAlignmentConstant value)
setHorizontalAlignment in interface Storyboardpublic void setVerticalAlignment(com.google.gwt.user.client.ui.IsWidget child,
com.google.gwt.user.client.ui.HasVerticalAlignment.VerticalAlignmentConstant value)
setVerticalAlignment in interface Storyboardpublic void setFixedHeight(boolean fixedHeight)
setFixedHeight in interface Storyboardpublic void setFixedWidth(boolean fixedWidth)
setFixedWidth in interface StoryboardCopyright © 2014. All rights reserved.