Tagalong new Ui prototype

Posted Wednesday, December 10, 2008 10:45 PM by michelle

Here's the new prototype.

 This is a static prototype showing what the interface will look like.

The UI was constructed using dashcode , the code was then exported and compressed using the compressor classes provided in the icefaces bundle. The java script is loaded via custom icefaces component. A lot more functionality needs to be added to the component, so far only the loading of the supporting javascript is coded.

Here' some photos of the prototype. And if you have an Iphone you can give it a try yourself. here

public class IphoneHelper extends UIInput {

 

public static final String COMPONENET_TYPE = "com.icesoft.faces.IphoneHelper";

public static final String DEFAULT_RENDERER_TYPE =

"com.icesoft.faces.IphoneHelper";

public static final String COMPONENT_FAMILY =

"javax.faces.IphoneHelper";

 

public IphoneHelper() {super();

McvJavascriptContext.includeLib(McvJavascriptContext.PARTS_EXTRAS,

FacesContext.getCurrentInstance());

System.
out.println("mcv context loaded");

}

 

public String getFamily() {return COMPONENT_FAMILY;

}

 

public String getRendererType() {return DEFAULT_RENDERER_TYPE;

}

 

 

 

}

Comments

No Comments