*[google traductor]* I am interested in Apache Pivot because I want to make an app so I wanted to choose the technology that goes best with my application the first thing I did I went to explore the components http://pivot.apache.org/demos/component-explorer.html. first impression is there's standars components that can be found in Flex, JavaFX, Swing ... but nothing special composnants not very advanced and it is normal for a new technology then to see if I can make my application with Pivot i started developing some tests with the TableView component, because for my application the DataTable is the most important component, I must have a DataTable that has many opportunities and most of all I must have the possibility to select a column and do a drag drop one column for him changed position in the DataTable. with some test I perceived that the possible selection are Single row and Multi rows. yet my need is not very specific, it can be found in Swing and Flex and other technologies
but I have not done many development with Pivot just a small demo that uses TableView, and Texarea BoxPane and ScrollPane but the biggest problem I find is not the API but it is absense of autocompletion in the view creation BXML I can not know what attributes I can put in my component and sub-components which I can he added. and I have some problems with the layout and the ScrollPane that does not always show Now I'm about to write a TableView that will allow me to select cells and columns I did not do can extends the TableView because there are private and not protected variables that i need to use and there are private inner classes that I need to extend so I had to copy TableView class and all classes that go with, and i wanted to extends org.apache.pivot.wtk.Span to add some methods but it is a final class _______________________________________________________________________________________________________ *[in Frensh] *je me suis interessé a Pivot parce que je veux faire une application alors je voulait choisir la technologie qui va le mieux avec mon application, la première chose que j'ai fait je suis allé voir le component explorer http://pivot.apache.org/demos/component-explorer.html. première impression il y'a tous les composants standars q'on peut trouver dans flex ,javaFx , Swing ... mais rien de spécial pas de composnants tres avancés et c'est normal pour une technologie nouvelle ensuite pour voir si je peut faire mon application avec Pivot j'ai comancé a développé quelques tests avec le composant TableView parsque pour mon application le DataTable est le composant le plus important, il me faut un DataTable qui offre bocoups de possibilités et sourtout il me faut la possibilité de selectionner une colonne et de faire un drag un drop de colonne pour lui changé de position dans le DataTable avec quelques test je me suis appercu que les modes de selection possibles sont Single row et Multi rows pourtant mon besoin n'est pas très spécifique on peut trouver ca dans Swing et Flex et autres technologies mais je n'ai pas fait bocoup de developpement avec Pivot juste une petite demo qui utilise des TableView, Texarea et des BoxPane et des ScrollPane mais le plus grand problème que je trouve c'est pas l'API mais c'est l'abcense d'autocompletion dans la création de la vue BXML je ne peut pas savoir quels attributs je peut mettre dans mon composant et quels sous-composants je peut lui ajouter. et j'ai quelques problèmes avec les Layout et le ScrollPane qui ne s'affiche pas toujours maintenant je suis entrain d'ecrire un TableView qui va me permettre de selectionner des cells et des colonnes je n'ai pas pus le faire extends TableView parcequ'il ya des private et non protected variables et j'ai besoin de les utiliser et des inner class private et j'ai besoin de les etendre alors j'ai du copier la classe TableView et toutes les classes qui vont avec, et j'ai voulu etendre la class org.apache.pivot.wtk.Span pour lui ajouter des methodes mais elle est final