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

All Known Implementing Classes:
DatePicker, DatePickerBase

public interface HasPosition

Default: BOTTOM_RIGHT

Author:
Joshua Godi

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

Method Detail

setPosition

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

Parameters:
position - position

getPosition

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

Returns:
position


Copyright © 2015. All rights reserved.