org.gwtbootstrap3.extras.datetimepicker.client.ui.base.constants
Interface HasPosition

All Known Implementing Classes:
DateTimePicker, DateTimePickerBase

public interface HasPosition

Default: BOTTOM_RIGHT

Author:
Joshua Godi

Method Summary
 DateTimePickerPosition getPosition()
          Gets the position of the date time picker
 void setPosition(DateTimePickerPosition position)
          Set the position of the date time picker
 

Method Detail

setPosition

void setPosition(DateTimePickerPosition position)
Set the position of the date time picker

Parameters:
position - position

getPosition

DateTimePickerPosition getPosition()
Gets the position of the date time picker

Returns:
position


Copyright © 2015. All rights reserved.