Portlet Factory, Version 6.1.2
The IInputFieldFormatter interface
As you begin development of your formatter class, implement the IInputFieldFormatter interface. The code below serves as the start to a simple formatter:
import java.util.List; import java.util.ArrayList; import com.bowstreet.methods.IInputFieldFormatter; import com.bowstreet.webapp.WebAppAccess; public class SimpleFormatter implements IInputFieldFormatter }The imported classes are used to build the expression lists and to interact with the webAppAccess object.
Parent topic: About creating a formatter class
Library | Support |