javauis/lcdui_qt/src/javax/microedition/lcdui/Row.java
changeset 61 bf7ee68962da
parent 23 98ccebc37403
equal deleted inserted replaced
48:e0d6e9bd3ca7 61:bf7ee68962da
   188                 return true;
   188                 return true;
   189             }
   189             }
   190             else
   190             else
   191             {
   191             {
   192                 layoutObjects.removeElement(lo);
   192                 layoutObjects.removeElement(lo);
   193                 lo.dispose();
       
   194             }
   193             }
   195         }
   194         }
   196         updateRowInternals();
   195         updateRowInternals();
   197         return false;
   196         return false;
   198     }
   197     }
   199 
   198 
   200     /**
   199     /**
   201      * Update item positions in a row.<br>
   200      * Update item positions in a row.<br>
   202      * This method called by Layouters or FormLayoutPolicy when row is full and
   201      * This method called by FormLayouter when row is full and
   203      * ready for layout.
   202      * ready for layout.
   204      */
   203      */
   205     void updateRowLayout(boolean isLeftToRight)
   204     void updateRowLayout(boolean isLeftToRight)
   206     {
   205     {
   207         // update xShift
   206         // update xShift