public class MaterialMasonry extends gwt.material.design.client.ui.MaterialRow
xmlns:m.addins='urn:import:gwt.material.design.addins.client.ui'
{gwt.material.design.client.base.MaterialWidget.Featurecom.google.gwt.user.client.ui.UIObject.DebugIdImpl, com.google.gwt.user.client.ui.UIObject.DebugIdImplEnabled| Constructor and Description |
|---|
MaterialMasonry() |
| Modifier and Type | Method and Description |
|---|---|
String |
getItemSelector()
Get the item selector
|
double |
getTransitionDuration()
Get the transition duration in milliseconds
|
protected void |
initMasonry() |
protected void |
initMasonry(com.google.gwt.dom.client.Element e)
Initialize the masonry component
|
boolean |
isOriginLeft()
Get the boolean value of origin left
|
boolean |
isOriginTop()
Get the boolean value of origin top
|
boolean |
isPercentPosition()
Get the percent position boolean value
|
protected void |
onLoad() |
void |
setItemSelector(String itemSelector)
Specifies which child elements will be used as item elements in the layout.It's .col by default for grid components
|
void |
setOriginLeft(boolean originLeft)
Controls the horizontal flow of the layout.
|
void |
setOriginTop(boolean originTop)
Controls the vertical flow of the layout.
|
void |
setPercentPosition(boolean percentPosition)
Sets item positions in percent values, rather than pixel values.
|
void |
setTransitionDuration(double transitionDuration)
Sets the transition duration in milliseconds, if 0 then there will be no transition
|
add, add, clearActiveClass, enableFeature, getBackgroundColor, getCenterOn, getCenterOnMixin, getCircleMixin, getColorsMixin, getDataAttribute, getDepth, getEnabledMixin, getFlexboxMixin, getFloat, getFloatMixin, getFocusableMixin, getFontSize, getFontSizeMixin, getFontWeight, getFontWeightMixin, getGridMixin, getHideOn, getHideOnMixin, getHoverableMixin, getId, getIdMixin, getInitialClasses, getOpacity, getScrollspy, getScrollspyMixin, getSeparatorMixin, getShadow, getShadowMixin, getShowOn, getShowOnMixin, getTabIndex, getTextAlign, getTextAlignMixin, getTextColor, getTooltip, getTooltipDelayMs, getTooltipMixin, getTooltipPosition, getTruncateMixin, getWaves, getWavesMixin, getWidth, getWidth, insert, insert, isCircle, isEnabled, isFeatureEnabled, isHoverable, isSeparator, setAccessKey, setBackgroundColor, setBottom, setCenterOn, setCircle, setDataAttribute, setDepth, setDisplay, setEnabled, setFlex, setFlexAlignContent, setFlexAlignItems, setFlexAlignSelf, setFlexBasis, setFlexDirection, setFlexGrow, setFlexJustifyContent, setFlexOrder, setFlexShrink, setFlexWrap, setFloat, setFocus, setFontSize, setFontSize, setFontWeight, setGrid, setGwtDisplay, setHideOn, setHoverable, setId, setInitialClasses, setLayoutPosition, setLeft, setMargin, setMarginBottom, setMarginLeft, setMarginRight, setMarginTop, setOffset, setOpacity, setOverflow, setPadding, setPaddingBottom, setPaddingLeft, setPaddingRight, setPaddingTop, setRight, setScrollspy, setSeparator, setShadow, setShowOn, setTabIndex, setTextAlign, setTextColor, setTooltip, setTooltipDelayMs, setTooltipPosition, setTop, setTruncate, setVisibility, setWaves, stopTouchStartEvent, stopTouchStartEventadd, adjustIndex, checkIndexBoundsForAccess, checkIndexBoundsForInsertion, getChildren, getWidget, getWidgetCount, getWidgetIndex, getWidgetIndex, insert, iterator, remove, removeadd, adopt, clear, doAttachChildren, doDetachChildren, orphan, removeaddAttachHandler, addBitlessDomHandler, addDomHandler, addHandler, asWidget, asWidgetOrNull, createHandlerManager, delegateEvent, fireEvent, getHandlerCount, getLayoutData, getParent, isAttached, isOrWasAttached, onAttach, onBrowserEvent, onDetach, onUnload, removeFromParent, setLayoutData, sinkEvents, unsinkEventsaddStyleDependentName, addStyleName, ensureDebugId, ensureDebugId, ensureDebugId, getAbsoluteLeft, getAbsoluteTop, getElement, getOffsetHeight, getOffsetWidth, getStyleElement, getStyleName, getStyleName, getStylePrimaryName, getStylePrimaryName, getTitle, isVisible, isVisible, onEnsureDebugId, removeStyleDependentName, removeStyleName, resolvePotentialElement, setElement, setElement, setHeight, setPixelSize, setSize, setStyleDependentName, setStyleName, setStyleName, setStyleName, setStyleName, setStylePrimaryName, setStylePrimaryName, setTitle, setVisible, setVisible, setWidth, sinkBitlessEvent, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitforEach, spliteratorpublic MaterialMasonry()
protected void onLoad()
onLoad in class gwt.material.design.client.base.MaterialWidgetprotected void initMasonry()
protected void initMasonry(com.google.gwt.dom.client.Element e)
e - public String getItemSelector()
public void setItemSelector(String itemSelector)
itemSelector - public boolean isPercentPosition()
public void setPercentPosition(boolean percentPosition)
percentPosition - public boolean isOriginLeft()
public void setOriginLeft(boolean originLeft)
originLeft - public boolean isOriginTop()
public void setOriginTop(boolean originTop)
originTop - public double getTransitionDuration()
public void setTransitionDuration(double transitionDuration)
transitionDuration - Copyright © 2016. All rights reserved.