Package er.jquerymobile.components

Source Code of er.jquerymobile.components.ERQMListViewImage

package er.jquerymobile.components;

import org.apache.log4j.Logger;

import com.webobjects.appserver.WOContext;

import er.extensions.foundation.ERXStaticResource;

@SuppressWarnings("serial")
public class ERQMListViewImage extends ERQMInputBaseComponent {

  protected static final Logger log = Logger.getLogger(ERQMListViewImage.class);

  //********************************************************************
  //  Constructor
  //********************************************************************

  public ERQMListViewImage(WOContext aContext) {
    super(aContext);
  }

  //********************************************************************
  //  Methods
  //********************************************************************

  public ERXStaticResource imageResource() {
    return new ERXStaticResource(context(), stringValueForBinding("imageResource", null));
  }
}
TOP

Related Classes of er.jquerymobile.components.ERQMListViewImage

TOP
Copyright © 2018 www.massapi.com. 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.