org.apache.commons.ognl.test.objects
Interface IComponent

All Known Subinterfaces:
IForm, IFormComponent
All Known Implementing Classes:
ComponentImpl, ComponentSubclass, FormComponentImpl, FormImpl

public interface IComponent


Method Summary
 String getClientId()
           
 int getCount(String index)
           
 void setClientId(String id)
           
 void setCount(String index, int count)
           
 

Method Detail

getClientId

String getClientId()

setClientId

void setClientId(String id)

getCount

int getCount(String index)

setCount

void setCount(String index,
              int count)


Copyright © 1997-2013 The Apache Software Foundation. All Rights Reserved.