org.gwtbootstrap3.client.ui.base.mixin
Class PullMixin<T extends UIObject & HasPull>

java.lang.Object
  extended by org.gwtbootstrap3.client.ui.base.mixin.PullMixin<T>
All Implemented Interfaces:
HasPull

public class PullMixin<T extends UIObject & HasPull>
extends Object
implements HasPull

Author:
Sven Jacobs

Constructor Summary
PullMixin(T uiObject)
           
 
Method Summary
 Pull getPull()
           
 void setPull(Pull pull)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PullMixin

public PullMixin(T uiObject)
Method Detail

setPull

public void setPull(Pull pull)
Specified by:
setPull in interface HasPull

getPull

public Pull getPull()
Specified by:
getPull in interface HasPull


Copyright © 2015. All rights reserved.