jBPM Console NG - Generic Client 6.1.0.Final

org.jbpm.console.ng.gc.client.util
Interface UTCTimeBoxImpl

All Superinterfaces:
com.google.gwt.event.shared.HasHandlers, com.google.gwt.user.client.ui.HasText, com.google.gwt.user.client.ui.HasValue<Long>, com.google.gwt.event.logical.shared.HasValueChangeHandlers<Long>, com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.TakesValue<Long>
All Known Implementing Classes:
UTCTimeBoxImplHtml4, UTCTimeBoxImplHtml5, UTCTimeBoxImplShared

public interface UTCTimeBoxImpl
extends com.google.gwt.user.client.ui.IsWidget, com.google.gwt.user.client.ui.HasValue<Long>, com.google.gwt.event.logical.shared.HasValueChangeHandlers<Long>, com.google.gwt.user.client.ui.HasText

Interface for UTCTimeBox implementations that are quite different in appearance (HTML4 vs HTML5).


Method Summary
 void setTabIndex(int tabIndex)
          Sets the tab index for the control.
 void setTimeFormat(com.google.gwt.i18n.client.DateTimeFormat timeFormat)
          Sets the DateTimeFormat for this UTCTimeBox.
 void setVisibleLength(int length)
          Sets the visible length of the time input.
 void validate()
          Validates the value that has been typed into the text input.
 
Methods inherited from interface com.google.gwt.user.client.ui.IsWidget
asWidget
 
Methods inherited from interface com.google.gwt.user.client.ui.HasValue
getValue, setValue, setValue
 
Methods inherited from interface com.google.gwt.event.logical.shared.HasValueChangeHandlers
addValueChangeHandler
 
Methods inherited from interface com.google.gwt.event.shared.HasHandlers
fireEvent
 
Methods inherited from interface com.google.gwt.user.client.ui.HasText
getText, setText
 

Method Detail

setTimeFormat

void setTimeFormat(com.google.gwt.i18n.client.DateTimeFormat timeFormat)
Sets the DateTimeFormat for this UTCTimeBox. The HTML5 implementation will ignore this.


setVisibleLength

void setVisibleLength(int length)
Sets the visible length of the time input. The HTML5 implementation will ignore this.


validate

void validate()
Validates the value that has been typed into the text input. The HTML5 implementation will do nothing.


setTabIndex

void setTabIndex(int tabIndex)
Sets the tab index for the control.


jBPM Console NG - Generic Client 6.1.0.Final

Copyright © 2001-2014 JBoss by Red Hat. All Rights Reserved.