org.seasar.tuigwaa.view
インタフェース HtmlService

既知の実装クラスの一覧:
HtmlServiceImpl

public interface HtmlService

作成者:
nishioka

メソッドの概要
 CustomFormComponent createCustomFormComponent(TgwEntity entity, Object valueObject, UpdateExeFunction exeFunction)
           
 EntityFormComponent createFormComponent(TgwEntity entity, Object valueObject)
           
 SearchFormComponent createSearchFormComponent(TgwEntity entity, SearchExeFunction exeFunction)
           
 TableFormComponent createTableFormComponent(TgwEntity entity, UpdateExeFunction optionFunction)
           
 String includeJsp(String path)
           
 String toHtml(FormComponent form)
           
 

メソッドの詳細

includeJsp

public String includeJsp(String path)

toHtml

public String toHtml(FormComponent form)

createFormComponent

public EntityFormComponent createFormComponent(TgwEntity entity,
                                               Object valueObject)

createCustomFormComponent

public CustomFormComponent createCustomFormComponent(TgwEntity entity,
                                                     Object valueObject,
                                                     UpdateExeFunction exeFunction)

createSearchFormComponent

public SearchFormComponent createSearchFormComponent(TgwEntity entity,
                                                     SearchExeFunction exeFunction)

createTableFormComponent

public TableFormComponent createTableFormComponent(TgwEntity entity,
                                                   UpdateExeFunction optionFunction)


Copyright © 2005-2006 The Seasar Foundation and the others.. All Rights Reserved.