Package net.rim.device.api.ui.component

Examples of net.rim.device.api.ui.component.ActiveFieldContext


  /**
   * {@inheritDoc}
   */
  public Object createInstance(Object initialData) {
    if (initialData instanceof ActiveFieldContext) {
      ActiveFieldContext context = (ActiveFieldContext) initialData;
      String data = (String) context.getData();
      return new UriActiveFieldCookie(data);
    }
    return null;
  }
View Full Code Here

TOP

Related Classes of net.rim.device.api.ui.component.ActiveFieldContext

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.