Home
last modified time | relevance | path

Searched refs:m_xFilterList (Results 1 – 1 of 1) sorted by relevance

/aoo4110/main/odk/examples/DevelopersGuide/Forms/
H A DSalesFilter.java46 private XPropertySet m_xFilterList; field in SalesFilter
72 m_xFilterList = xFilterListBox; in SalesFilter()
80 m_xFilterList.setPropertyValue( "Dropdown", new Boolean( true ) ); in SalesFilter()
81 m_xFilterList.setPropertyValue( "LineCount", new Short( (short)11 ) ); in SalesFilter()
83 m_xFilterList.setPropertyValue( "DefaultSelection", new Short[] { new Short( (short)0 ) } ); in SalesFilter()
94 m_xFilterList.addPropertyChangeListener( "SelectedItems", this ); in SalesFilter()
269 short[] aSelected = (short[])m_xFilterList.getPropertyValue( "SelectedItems" ); in getCurrentSelectedFilter()
356 String[] aOldFilterItems = (String[])m_xFilterList.getPropertyValue( "StringItemList" ); in addCurrentFilter()
395 m_xFilterList.setPropertyValue( "StringItemList", aNewFilterItems ); in addCurrentFilter()
416 m_xFilterList.setPropertyValue( "SelectedItems", new short[] { nNewUserDefinedFilterPos } ); in executeCurrentFilter()
[all …]

Completed in 13 milliseconds