corelib.services.web.webapplications
Interface DataRepeater

All Known Implementing Classes:
DataGrid, Repeater

public interface DataRepeater

Base interface of all data repeater web components.

Since:
0.1.0
Author:
Dominique Liard
See Also:
Repeater

Field Summary
static java.lang.String REPEATER_ID_SEPARATOR
           
 
Method Summary
 void repeateChildren(org.w3c.dom.Document xmlDocument)
          Duplicates, in the DOM document, the DataRepeater web component (and it's sub nodes) for all items stored in the data set.
 

Field Detail

REPEATER_ID_SEPARATOR

static final java.lang.String REPEATER_ID_SEPARATOR
See Also:
Constant Field Values
Method Detail

repeateChildren

void repeateChildren(org.w3c.dom.Document xmlDocument)
Duplicates, in the DOM document, the DataRepeater web component (and it's sub nodes) for all items stored in the data set.

Parameters:
xmlDocument - The DOM instance used during the duplication.


CAUTION: Ellipse is proposed to you in BETA version to allow evaluation of this framework. Infini Software is released from any responsibility for the use of Ellipse Framework.

Copyright 2012 Infini Software - All Rights Reserved.